Compare commits

..

4 Commits

Author SHA1 Message Date
Sergey
0546c94a8f
Update action.yml 2025-03-20 11:38:16 +03:00
Sergey
c78f90416d
Update README.md 2025-03-20 11:37:54 +03:00
Sergey
4691f60c18
Update Dockerfile 2025-03-20 11:37:28 +03:00
Sergey
049e5a1862
Merge pull request #5 from embedd-actions/test
Test
2024-11-29 11:45:28 +03:00
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM debian:stable-slim FROM debian:stable-slim
ARG VERSION=12.3.rel1 ARG VERSION=13.3.rel1
RUN ARCH="$(dpkg --print-architecture)" && \ RUN ARCH="$(dpkg --print-architecture)" && \
case $ARCH in \ case $ARCH in \

View File

@ -25,4 +25,5 @@ jobs:
``` ```
11.3.rel1 11.3.rel1
12.3.rel1 12.3.rel1
13.3.rel1
``` ```

View File

@ -10,7 +10,7 @@ inputs:
default: arm-none-eabi-gcc --version default: arm-none-eabi-gcc --version
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://sergeyladanov/arm-gcc:12.3.rel1' image: 'docker://sergeyladanov/arm-gcc:13.3.rel1'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}