mirror of
https://github.com/embedd-actions/arm-gcc-ci.git
synced 2026-08-13 22:50:33 +03:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6e171c350 | |||
| 666e5a1dec | |||
| ea094ae88a | |||
| 0546c94a8f | |||
| c78f90416d | |||
| 4691f60c18 | |||
| 049e5a1862 |
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
# Checkout repository
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v6
|
||||
|
||||
|
||||
- name: Docker meta
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM debian:stable-slim
|
||||
|
||||
ARG VERSION=12.3.rel1
|
||||
ARG VERSION=14.3.rel1
|
||||
|
||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||
case $ARCH in \
|
||||
|
||||
@@ -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@14.3.rel1
|
||||
with:
|
||||
command: make --directory Release all
|
||||
|
||||
@@ -25,4 +25,6 @@ jobs:
|
||||
```
|
||||
11.3.rel1
|
||||
12.3.rel1
|
||||
13.3.rel1
|
||||
14.3.rel1
|
||||
```
|
||||
|
||||
+1
-1
@@ -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:14.3.rel1'
|
||||
args:
|
||||
- ${{ inputs.command }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user