Skip to content

Commit 56e4169

Browse files
authored
Merge pull request #94 from mwestphall/OSPOOL-131-aarch64-build
OSPOOL-131: Add arm64 platform to build args
2 parents 97fbdb8 + 1f37f61 commit 56e4169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
tag_str: 'cuda_11_8_0'
3434
repo: ['development', 'testing', 'release']
3535
series: ['23']
36+
platform: ['linux/amd64','linux/arm64']
3637
needs: make-date-tag
3738
steps:
3839
- name: checkout docker-software-base
@@ -77,6 +78,7 @@ jobs:
7778
with:
7879
context: .
7980
push: true
81+
platforms: ${{ matrix.platform }}
8082
build-args: |
8183
IMAGE_BASE=${{ matrix.base.image }}
8284
BASE_YUM_REPO=${{ matrix.repo }}

0 commit comments

Comments
 (0)