Update files

This commit is contained in:
Sergey Ladanov 2023-09-20 08:23:57 +03:00
parent ca30c9b548
commit b10fc5223e
5 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -1 +0,0 @@
FROM sergeyladanov/arm-gcc:v3

View File

@ -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

View File

@ -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