Compare commits

..

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

4 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,6 @@
FROM debian:stable-slim
ARG VERSION=13.3.rel1
ARG VERSION=11.3.rel1
RUN ARCH="$(dpkg --print-architecture)" && \
case $ARCH in \
@ -16,7 +16,6 @@ RUN ARCH="$(dpkg --print-architecture)" && \
apt-get install \
--no-install-recommends \
make \
ninja-build \
cmake \
wget \
ca-certificates \

View File

@ -4,7 +4,7 @@ Building arm-gcc projects
## Usage:
```yml
```
jobs:
build:
@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: make
uses: embedd-actions/arm-gcc-ci@12.3.rel1
uses: embedd-actions/arm-gcc-ci@11.3.rel1
with:
command: make --directory Release all
@ -24,6 +24,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:11.3.rel1'
args:
- ${{ inputs.command }}

View File

@ -2,4 +2,4 @@
. /etc/bashrc
exec bash -c "$@"
exec $@