Skip to content

Commit 1f37f61

Browse files
committed
move platforms into build matrix
1 parent ca73eaf commit 1f37f61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 1 deletion
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,7 +78,7 @@ jobs:
7778
with:
7879
context: .
7980
push: true
80-
platforms: linux/amd64,linux/arm64
81+
platforms: ${{ matrix.platform }}
8182
build-args: |
8283
IMAGE_BASE=${{ matrix.base.image }}
8384
BASE_YUM_REPO=${{ matrix.repo }}

0 commit comments

Comments
 (0)