Skip to content

Commit c15202c

Browse files
committed
ci: Build arm wheels for NGC containers
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 257c56f commit c15202c

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)