Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://dietpi.com/downloads/images/DietPi_RPi-ARMv8-Bookworm.img.xz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-appimage-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu: cortex-a53
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-appimage-armv7l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu: cortex-a8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test_archlinux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Prepare ArchLinux image
run: |
# https://archlinuxarm.org/platforms/armv7/broadcom/raspberry-pi-2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-armv6l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu: arm1176
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-armv7l.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu: cortex-a8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-base_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- raspi_4_bookworm:20231109
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bind_mount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
bind_mount_repository: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test_cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/cache@v4
id: cache
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test_cache]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions/cache@v4
with:
path: ${{ runner.temp }}/test_cache.img
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-cpu_info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test_zero_w:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_zero_w
Expand All @@ -27,7 +27,7 @@ jobs:
test_3b:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_3b
Expand All @@ -43,7 +43,7 @@ jobs:
test_zero2_w:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_zero2_w
Expand All @@ -59,7 +59,7 @@ jobs:
test_zero2_w_arm64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_zero2_w_arm64
Expand All @@ -75,7 +75,7 @@ jobs:
test_4b:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_4b
Expand All @@ -91,7 +91,7 @@ jobs:
test_5:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
cpu_info: cpuinfo/raspberrypi_5
Expand All @@ -108,7 +108,7 @@ jobs:
# on aarch64
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
bind_mount_repository: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-custom-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build_debian_bullseye:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://raspi.debian.net/tested/20220121_raspi_1_bullseye.img.xz
Expand All @@ -22,7 +22,7 @@ jobs:
build_ubuntu_24_04:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04-preinstalled-server-arm64+raspi.img.xz
Expand All @@ -33,7 +33,7 @@ jobs:
localhost_file_uri:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: |
wget https://raspi.debian.net/tested/20220121_raspi_1_bullseye.img.xz
- uses: ./ # pguyot/arm-runner-action@HEAD
Expand All @@ -46,7 +46,7 @@ jobs:
file_uri:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- run: |
wget https://raspi.debian.net/tested/20220121_raspi_1_bullseye.img.xz
- uses: ./ # pguyot/arm-runner-action@HEAD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-debug-off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
debug: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-debug-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
debug: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-default-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- base_image: raspios_lite_arm64:latest
arch: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.base_image }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-environment_variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
test_chroot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
[ -n "${CI}" ] && [ -n "${GITHUB_JOB}" ]
test_systemd_nspawn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
use_systemd_nspawn: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-exit_on_fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
exit_on_fail: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-export_github_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
export_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-globbed-artifacts-with-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: "*.ext"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-globbed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: "*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gpt-partition-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://github.com/radxa/rock-pi-s-images-released/releases/download/rock-pi-s-v20210924/rockpis_debian_buster_server_arm64_20210924_0412-gpt.img.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gzip_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: https://github.com/radxa/rock-pi-s-images-released/releases/download/rock-pi-s-v20210924/rockpis_debian_buster_server_arm64_20210924_0412-gpt.img.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env-bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env-ksh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env-sh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
shell: sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-import_github_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- run: |
echo "VARNAME=value" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
import_github_env: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ipv4-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
ping -c 1 github.com || echo "Cannot ping from GitHub Action"
wget https://github.com/
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cpu: cortex-a53
base_image: raspios_lite_arm64:latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
base_image: ${{ matrix.base_image }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
commands: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-multiple-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: ./ # pguyot/arm-runner-action@HEAD
with:
copy_artifact_path: artifact1;artifact2
Expand Down
Loading
Loading