Skip to content

Commit abb3042

Browse files
authored
Merge pull request #839 from ko3n1g/ko3n1g/ci/build-arm-wheels
ci: Build arm wheels for NGC containers
2 parents 257c56f + c15202c commit abb3042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
os: [ubuntu-22.04]
88+
os: [ubuntu-22.04, ubuntu-22.04-arm]
8989
container-image: ${{ fromJson(needs.check_for_ngc_images.outputs.images) }}
9090
uses: ./.github/workflows/_build_in_container.yml
9191
with:

0 commit comments

Comments
 (0)