mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-04-21 08:35:50 +03:00
Compare commits
No commits in common. "main" and "12.3.rel1" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
FROM debian:stable-slim
|
FROM debian:stable-slim
|
||||||
|
|
||||||
ARG VERSION=13.3.rel1
|
ARG VERSION=12.3.rel1
|
||||||
|
|
||||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||||
case $ARCH in \
|
case $ARCH in \
|
||||||
|
@ -25,5 +25,4 @@ jobs:
|
|||||||
```
|
```
|
||||||
11.3.rel1
|
11.3.rel1
|
||||||
12.3.rel1
|
12.3.rel1
|
||||||
13.3.rel1
|
|
||||||
```
|
```
|
||||||
|
@ -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:13.3.rel1'
|
image: 'docker://sergeyladanov/arm-gcc:12.3.rel1'
|
||||||
args:
|
args:
|
||||||
- ${{ inputs.command }}
|
- ${{ inputs.command }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user