Skip to content

Commit

Permalink
fix multiple platform definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Sep 26, 2024
1 parent 35dd3e9 commit b7398e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
osg_series: ['23']
# repo: ['development', 'testing', 'release']
repo: [ 'release' ]
platform: ['linux/amd64']
# platform: ['linux/amd64']
platform: ['linux/amd64','linux/arm64']
exclude:
# cuda builds take a super long time; only do one of them
Expand Down

0 comments on commit b7398e4

Please sign in to comment.