Skip to content

Commit

Permalink
Merge pull request #64 from kokkos/ci_arm64
Browse files Browse the repository at this point in the history
CI: add arm64 rawhide container.
  • Loading branch information
junghans authored Feb 18, 2025
2 parents c3ff93f + fff49d1 commit a49255a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
config:
- {dockerfile: 'fedora', tag: 'latest-amd64'}
- {dockerfile: 'fedora', tag: 'latest-arm64', arm: 'true'}
- {dockerfile: 'fedora', tag: 'rawhide', build_args: 'TAG=rawhide', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'rawhide-amd64', build_args: 'TAG=rawhide', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'rawhide-arm64', build_args: 'TAG=rawhide', continue-on-error: 'true', arm: 'true'}
- {dockerfile: 'ubuntu', tag: 'latest-amd64'}
- {dockerfile: 'ubuntu', tag: 'latest-arm64', arm: 'true'}
- {dockerfile: 'ubuntu', tag: 'rolling', build_args: 'TAG=rolling'}
Expand Down Expand Up @@ -97,7 +98,9 @@ jobs:
matrix:
config:
- {dockerfile: 'fedora', tag: 'latest'}
- {dockerfile: 'fedora', tag: 'rawhide', continue-on-error: 'true'}
- {dockerfile: 'ubuntu', tag: 'latest'}
continue-on-error: ${{ matrix.config.continue-on-error == 'true' }}
env:
docker-tag: ghcr.io/kokkos/ci-containers/${{ matrix.config.dockerfile }}:${{ matrix.config.tag }}
steps:
Expand Down

0 comments on commit a49255a

Please sign in to comment.