diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e2a0fc49a..24b63b100 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,6 +69,8 @@ jobs:
- macos-15-intel # Intel
- macos-latest # ARM
- windows-latest
+ # https://github.com/actions/partner-runner-images
+ - ubuntu-24.04-arm
runs-on: ${{ matrix.os }}
timeout-minutes: 20
diff --git a/pom.xml b/pom.xml
index 81170b63f..4b36d72f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,11 @@
gtk
x86_64
+
+ linux
+ gtk
+ aarch64
+
macosx
cocoa