Skip to content

Commit 1c4123a

Browse files
authored
Hotfix: Switch multi-platform build back to a single step
1 parent 56e4169 commit 1c4123a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
tag_str: 'cuda_11_8_0'
3434
repo: ['development', 'testing', 'release']
3535
series: ['23']
36-
platform: ['linux/amd64','linux/arm64']
3736
needs: make-date-tag
3837
steps:
3938
- name: checkout docker-software-base
@@ -78,7 +77,7 @@ jobs:
7877
with:
7978
context: .
8079
push: true
81-
platforms: ${{ matrix.platform }}
80+
platforms: 'linux/amd64,linux/arm64'
8281
build-args: |
8382
IMAGE_BASE=${{ matrix.base.image }}
8483
BASE_YUM_REPO=${{ matrix.repo }}

0 commit comments

Comments
 (0)