Skip to content

Commit 589068b

Browse files
authored
Merge pull request #808 from ECP-copa/ci_arm64
CI: add arm64 builds to nighly
2 parents 0c0e283 + 5034173 commit 589068b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/Nightly.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,17 @@ jobs:
1818
matrix:
1919
backend: ["OPENMP", "SERIAL"]
2020
distro: ['ubuntu:latest', 'fedora:rawhide']
21-
runs-on: ubuntu-20.04
21+
include:
22+
- distro: 'ubuntu:latest-arm64'
23+
backend: 'SERIAL'
24+
arch: 'arm64'
25+
- distro: 'ubuntu:latest-arm64'
26+
backend: 'OPENMP'
27+
arch: 'arm64'
28+
- distro: 'ubuntu:latest-arm64'
29+
backend: 'THREADS'
30+
arch: 'arm64'
31+
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
2232
timeout-minutes: 30
2333
container:
2434
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}

0 commit comments

Comments
 (0)