mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-04-20 16:15:44 +03:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0546c94a8f | ||
|
c78f90416d | ||
|
4691f60c18 | ||
|
049e5a1862 |
@ -1,6 +1,6 @@
|
||||
FROM debian:stable-slim
|
||||
|
||||
ARG VERSION=12.3.rel1
|
||||
ARG VERSION=13.3.rel1
|
||||
|
||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
case $ARCH in \
|
||||
|
@ -10,7 +10,7 @@ inputs:
|
||||
default: arm-none-eabi-gcc --version
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://sergeyladanov/arm-gcc:12.3.rel1'
|
||||
image: 'docker://sergeyladanov/arm-gcc:13.3.rel1'
|
||||
args:
|
||||
- ${{ inputs.command }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user