Skip to content

Commit 35549a9

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

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/linux-system.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,26 @@ on:
88

99
jobs:
1010
build:
11-
name: ${{ matrix.container || matrix.os }} (${{ matrix.distribution }})
11+
name: ${{ matrix.container || matrix.os }} ${{ matrix.arch }} (${{ matrix.distribution }})
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
include:
1616
- os: ubuntu-24.04
1717
distribution: noble
18+
arch: amd64
1819
container: ""
1920
apt_prefix: sudo
2021
upload_artifacts: true
2122
- os: ubuntu-latest
2223
distribution: resolute
24+
arch: amd64
25+
container: ubuntu:26.04
26+
apt_prefix: ""
27+
upload_artifacts: false
28+
- os: ubuntu-24.04-arm
29+
distribution: resolute
30+
arch: arm64
2331
container: ubuntu:26.04
2432
apt_prefix: ""
2533
upload_artifacts: false

tools/linux/deb/ubuntu-resolute/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Vcs-Browser: https://github.com/CasparCG/server/
4242
Package: casparcg-server-beta
4343
Pre-Depends: ${misc:Pre-Depends}
4444
Depends: fonts-liberation, casparcg-cef-142 (= @CASPARCG_CEF_VER@), ${misc:Depends}, ${shlibs:Depends}
45-
Architecture: amd64
45+
Architecture: amd64 arm64
4646
Description: layered real-time video compositor to multiple outputs
4747
Play out professional graphics, audio and video to multiple outputs as a
4848
layerbased real-time compositor.

0 commit comments

Comments
 (0)