mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2024-12-25 08:22:07 +03:00
Update files
This commit is contained in:
parent
ca30c9b548
commit
b10fc5223e
2
.github/workflows/build_docker_image.yml
vendored
2
.github/workflows/build_docker_image.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Image.Dockerfile
|
file: Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
@ -1 +0,0 @@
|
|||||||
FROM sergeyladanov/arm-gcc:v3
|
|
@ -10,7 +10,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: make
|
- name: make
|
||||||
uses: embedd-actions/arm-gcc-ci@v3
|
uses: embedd-actions/arm-gcc-ci@v1
|
||||||
with:
|
with:
|
||||||
command: make --directory Release all
|
command: make --directory Release all
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ inputs:
|
|||||||
default: arm-none-eabi-gcc --version
|
default: arm-none-eabi-gcc --version
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Action.Dockerfile'
|
image: 'docker://sergeyladanov/arm-gcc:v1'
|
||||||
args:
|
args:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
Loading…
Reference in New Issue
Block a user