Merge pull request #6 from embedd-actions/14.3.rel1-branch

14.3.rel1 branch
This commit is contained in:
Sergey
2026-06-26 09:26:12 +03:00
committed by GitHub
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
steps: steps:
# Checkout repository # Checkout repository
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v6
- name: Docker meta - name: Docker meta
+1 -1
View File
@@ -1,6 +1,6 @@
FROM debian:stable-slim FROM debian:stable-slim
ARG VERSION=13.3.rel1 ARG VERSION=14.3.rel1
RUN ARCH="$(dpkg --print-architecture)" && \ RUN ARCH="$(dpkg --print-architecture)" && \
case $ARCH in \ case $ARCH in \
+2 -1
View File
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
uses: embedd-actions/arm-gcc-ci@12.3.rel1 uses: embedd-actions/arm-gcc-ci@14.3.rel1
with: with:
command: make --directory Release all command: make --directory Release all
@@ -26,4 +26,5 @@ jobs:
11.3.rel1 11.3.rel1
12.3.rel1 12.3.rel1
13.3.rel1 13.3.rel1
14.3.rel1
``` ```
+1 -1
View File
@@ -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:14.3.rel1'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}