From 265427d640bc76cf9d5dbd840ea8249e4c3eb797 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Wed, 29 May 2024 23:43:10 -0400 Subject: [PATCH] test arm-runner-action appimage binfmt fixes --- .github/workflows/test_build.yml | 22 +++++++++++----------- .github/workflows/update_apps.yml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test_build.yml b/.github/workflows/test_build.yml index 9c22ea911cb..63770d09dc8 100644 --- a/.github/workflows/test_build.yml +++ b/.github/workflows/test_build.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v4 - name: Test installing app on buster armhf - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: # this is a buster armhf image base_image: https://downloads.raspberrypi.org/raspios_oldstable_armhf/images/raspios_oldstable_armhf-2023-05-03/2023-05-03-raspios-buster-armhf.img.xz @@ -100,7 +100,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on bullseye armhf - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://downloads.raspberrypi.org/raspios_oldstable_armhf/images/raspios_oldstable_armhf-2024-03-12/2024-03-12-raspios-bullseye-armhf.img.xz bind_mount_repository: yes @@ -121,7 +121,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on bookworm armhf - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://downloads.raspberrypi.com/raspios_armhf/images/raspios_armhf-2024-03-15/2024-03-15-raspios-bookworm-armhf.img.xz bind_mount_repository: yes @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on buster arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2021-05-28/2021-05-07-raspios-buster-arm64.zip bind_mount_repository: yes @@ -163,7 +163,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on bullseye arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://downloads.raspberrypi.org/raspios_oldstable_arm64/images/raspios_oldstable_arm64-2024-03-12/2024-03-12-raspios-bullseye-arm64.img.xz bind_mount_repository: yes @@ -184,7 +184,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on bookworm arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2024-03-15/2024-03-15-raspios-bookworm-arm64.img.xz bind_mount_repository: yes @@ -205,7 +205,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on L4T bionic arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://download.switchroot.org/ubuntu-bionic/switchroot-ubuntu-5.1.1-2023-06-12.7z # add special arguments for switchroot image format @@ -237,7 +237,7 @@ jobs: sudo rm -rf "/usr/local/share/boost" sudo rm -rf "$AGENT_TOOLSDIRECTORY" - name: Test installing app on L4T focal arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://developer.nvidia.com/downloads/embedded/l4t/r35_release_v3.1/sd_card_b49/jp511-xnx-sd-card-image.zip bootpartition: @@ -260,7 +260,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on L4T jammy arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://download.switchroot.org/ubuntu-jammy/theofficialgman-ubuntu-jammy-5.1.2-2024-03-29.7z # add special arguments for switchroot image format @@ -284,7 +284,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on L4T noble arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://download.switchroot.org/ubuntu-noble/theofficialgman-kubuntu-noble-5.1.2-2024-05-20.7z # add special arguments for switchroot image format @@ -308,7 +308,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Test installing app on noble arm64 - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04-preinstalled-desktop-arm64+raspi.img.xz bind_mount_repository: yes diff --git a/.github/workflows/update_apps.yml b/.github/workflows/update_apps.yml index 39876025ba1..ee2e379bba6 100644 --- a/.github/workflows/update_apps.yml +++ b/.github/workflows/update_apps.yml @@ -186,7 +186,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Test installing updated apps on ${{ matrix.os }} - ${{ matrix.arch }} - uses: theofficialgman/arm-runner-action@v12 + uses: theofficialgman/arm-runner-action@v12.2 with: base_image: ${{ env.image_url }} # bind mount the directory so any changes propogate to outside the chroot