Skip to content

Commit

Permalink
Build arm64 images in CI (#2681)
Browse files Browse the repository at this point in the history
The "Publish Images" job
[recently](https://github.com/Kitware/CDash/actions/runs/12956371942)
started failing due to an issue with arm64/amd64 cross-compilation. This
was not caught by the regular "Build Images" CI job because it does not
build for both arm64 and amd64.
  • Loading branch information
williamjallen authored Feb 11, 2025
1 parent 5e22b5a commit e56f3c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
name: Build ${{matrix.base-image}} production image
with:
context: .
platforms: linux/amd64,linux/arm64
push: false
target: cdash
build-args: |
Expand All @@ -84,6 +85,7 @@ jobs:
name: Build ${{matrix.base-image}} worker image
with:
context: .
platforms: linux/amd64,linux/arm64
push: false
target: cdash-worker
build-args: |
Expand Down

0 comments on commit e56f3c1

Please sign in to comment.