Skip to content

Commit

Permalink
CI: update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 29, 2024
1 parent 442a311 commit 1c2387b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Test installing app on L4T jammy arm64
uses: theofficialgman/arm-runner-action@v12
with:
base_image: https://download.switchroot.org/ubuntu-jammy/theofficialgman-ubuntu-jammy-5.1.2-2024-03-29.7z
base_image: https://download.switchroot.org/ubuntu-jammy/theofficialgman-ubuntu-jammy-5.1.2-2024-10-18.7z
# add special arguments for switchroot image format
bootpartition:
rootpartition: 1
Expand All @@ -286,7 +286,7 @@ jobs:
- name: Test installing app on L4T noble arm64
uses: theofficialgman/arm-runner-action@v12
with:
base_image: https://download.switchroot.org/ubuntu-noble/theofficialgman-kubuntu-noble-5.1.2-2024-05-20.7z
base_image: https://download.switchroot.org/ubuntu-noble/theofficialgman-kubuntu-noble-5.1.2-2024-10-18.7z
# add special arguments for switchroot image format
bootpartition:
rootpartition: 1
Expand All @@ -310,7 +310,7 @@ jobs:
- name: Test installing app on noble arm64
uses: theofficialgman/arm-runner-action@v12
with:
base_image: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04-preinstalled-desktop-arm64+raspi.img.xz
base_image: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04.1-preinstalled-desktop-arm64+raspi.img.xz
bind_mount_repository: yes
image_additional_mb: 5000
cpu: cortex-a7:cortex-a72
Expand Down

0 comments on commit 1c2387b

Please sign in to comment.