Skip to content

Commit

Permalink
test arm-runner-action appimage binfmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed May 30, 2024
1 parent db1ccc2 commit 265427d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 265427d

Please sign in to comment.