]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add arm build to 'linux debug parallel' workflow.
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 13 Mar 2025 09:26:04 +0000 (10:26 +0100)
committerMarc Fehling <mafehling.git@gmail.com>
Fri, 14 Mar 2025 06:40:43 +0000 (07:40 +0100)
.github/workflows/linux.yml

index f2077f0bfbe03c33a7b4f3ddacb093893e9cc6c5..b0b0c46928dce311b29333d60c749b284e410516 100644 (file)
@@ -91,8 +91,8 @@ jobs:
   linux-debug-parallel:
     # simple parallel debug build using g++
 
-    name: ${{ matrix.ubuntu_version }} debug parallel
-    runs-on: ubuntu-24.04
+    name: ${{ matrix.ubuntu_version }} ${{ matrix.architecture }} debug parallel
+    runs-on: ${{ matrix.os }}
 
     #
     # The following condition only runs the workflow on 'push' or if the
@@ -106,6 +106,12 @@ jobs:
       fail-fast: false
       matrix:
         ubuntu_version: [jammy, noble]
+        os: [ubuntu-24.04, ubuntu-24.04-arm]
+        include:
+          - os: ubuntu-24.04
+            architecture: amd64
+          - os: ubuntu-24.04-arm
+            architecture: arm64
 
     container:
       image: dealii/dependencies:${{ matrix.ubuntu_version }}

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.