Compare commits

..

No commits in common. "main" and "12.3.rel1" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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