mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2025-04-20 16:15:44 +03:00
Compare commits
No commits in common. "main" and "11.3.rel1" have entirely different histories.
@ -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 \
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -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 }}
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
. /etc/bashrc
|
||||
|
||||
exec bash -c "$@"
|
||||
exec $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user