18 Commits

Author SHA1 Message Date
Sergey_Ladanov d6e171c350 update ci 2026-06-26 08:39:40 +03:00
Sergey_Ladanov 666e5a1dec update action.yml 2026-06-26 08:39:12 +03:00
Sergey_Ladanov ea094ae88a Update to 14.3.rel1 2026-06-26 08:38:41 +03:00
Sergey 0546c94a8f Update action.yml 2025-03-20 11:38:16 +03:00
Sergey c78f90416d Update README.md 2025-03-20 11:37:54 +03:00
Sergey 4691f60c18 Update Dockerfile 2025-03-20 11:37:28 +03:00
Sergey 049e5a1862 Merge pull request #5 from embedd-actions/test
Test
2024-11-29 11:45:28 +03:00
Sergey 958d96a466 Update action.yml 2024-11-29 11:38:02 +03:00
Sergey 4e30b04faf Update Dockerfile 2024-11-29 11:32:38 +03:00
Sergey 1224e6843d Update action.yml 2024-11-29 11:14:55 +03:00
Sergey 6cd4c658a8 Update entrypoint.sh 2024-11-29 11:14:23 +03:00
Sergey 1eb2f650dc Update action.yml 2024-11-29 11:05:55 +03:00
Sergey b1699044b1 Update entrypoint.sh 2024-11-29 11:04:53 +03:00
Sergey 8d48521d09 Update README.md 2024-07-29 09:43:23 +03:00
Sergey 5e909ae7d0 Merge pull request #4 from embedd-actions/arm-dev-src
Arm dev src
2023-10-27 00:01:53 +03:00
Sergey bcd9a60294 Update README.md 2023-10-26 23:46:17 +03:00
Sergey d022b3c43b Update action.yml 2023-10-26 23:45:44 +03:00
Sergey e510152a0d Update Dockerfile 2023-10-26 23:45:27 +03:00
5 changed files with 10 additions and 6 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
+2 -1
View File
@@ -1,6 +1,6 @@
FROM debian:stable-slim FROM debian:stable-slim
ARG VERSION=11.3.rel1 ARG VERSION=14.3.rel1
RUN ARCH="$(dpkg --print-architecture)" && \ RUN ARCH="$(dpkg --print-architecture)" && \
case $ARCH in \ case $ARCH in \
@@ -16,6 +16,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
apt-get install \ apt-get install \
--no-install-recommends \ --no-install-recommends \
make \ make \
ninja-build \
cmake \ cmake \
wget \ wget \
ca-certificates \ ca-certificates \
+5 -2
View File
@@ -4,7 +4,7 @@ Building arm-gcc projects
## Usage: ## Usage:
``` ```yml
jobs: jobs:
build: build:
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
uses: embedd-actions/arm-gcc-ci@11.3.rel1 uses: embedd-actions/arm-gcc-ci@14.3.rel1
with: with:
command: make --directory Release all command: make --directory Release all
@@ -24,4 +24,7 @@ jobs:
``` ```
11.3.rel1 11.3.rel1
12.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:11.3.rel1' image: 'docker://sergeyladanov/arm-gcc:14.3.rel1'
args: args:
- ${{ inputs.command }} - ${{ inputs.command }}
+1 -1
View File
@@ -2,4 +2,4 @@
. /etc/bashrc . /etc/bashrc
exec $@ exec bash -c "$@"