Skip to content

Commit 4833c84

Browse files
committed
chore: add ubuntu:26.04 arm to build matrix
1 parent e8f9426 commit 4833c84

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/linux-system.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
container: ubuntu:26.04
2424
apt_prefix: ""
2525
upload_artifacts: false
26+
- os: ubuntu-24.04-arm
27+
distribution: resolute
28+
container: ubuntu:26.04
29+
apt_prefix: ""
30+
upload_artifacts: false
2631

2732
runs-on: ${{ matrix.os }}
2833
container: ${{ matrix.container }}
@@ -73,7 +78,7 @@ jobs:
7378
# Download required packages
7479
cd ..
7580
apt-get download casparcg-cef-142=$CASPARCG_CEF_VER
76-
apt-get download casparcg-scanner
81+
apt-cache show casparcg-scanner &>/dev/null && apt-get download casparcg-scanner || true
7782
env:
7883
CI: 1
7984
DEBIAN_FRONTEND: noninteractive

0 commit comments

Comments
 (0)