Skip to content

Commit 80ffb1e

Browse files
authored
CI: add arm64 builds to nighly
1 parent 0c0e283 commit 80ffb1e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ 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'
23+
backend: 'THREADS'
24+
arch: 'arm64'
25+
runs-on: ${{ matrix.config.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
2226
timeout-minutes: 30
2327
container:
2428
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}

0 commit comments

Comments
 (0)