Skip to content

Commit

Permalink
Merge pull request #808 from ECP-copa/ci_arm64
Browse files Browse the repository at this point in the history
CI: add arm64 builds to nighly
  • Loading branch information
streeve authored Feb 13, 2025
2 parents 0c0e283 + 5034173 commit 589068b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@ jobs:
matrix:
backend: ["OPENMP", "SERIAL"]
distro: ['ubuntu:latest', 'fedora:rawhide']
runs-on: ubuntu-20.04
include:
- distro: 'ubuntu:latest-arm64'
backend: 'SERIAL'
arch: 'arm64'
- distro: 'ubuntu:latest-arm64'
backend: 'OPENMP'
arch: 'arm64'
- distro: 'ubuntu:latest-arm64'
backend: 'THREADS'
arch: 'arm64'
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
timeout-minutes: 30
container:
image: ghcr.io/ecp-copa/ci-containers/${{ matrix.distro }}
Expand Down

0 comments on commit 589068b

Please sign in to comment.