We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e4169 commit 1c4123aCopy full SHA for 1c4123a
.github/workflows/build-container.yml
@@ -33,7 +33,6 @@ jobs:
33
tag_str: 'cuda_11_8_0'
34
repo: ['development', 'testing', 'release']
35
series: ['23']
36
- platform: ['linux/amd64','linux/arm64']
37
needs: make-date-tag
38
steps:
39
- name: checkout docker-software-base
@@ -78,7 +77,7 @@ jobs:
78
77
with:
79
context: .
80
push: true
81
- platforms: ${{ matrix.platform }}
+ platforms: 'linux/amd64,linux/arm64'
82
build-args: |
83
IMAGE_BASE=${{ matrix.base.image }}
84
BASE_YUM_REPO=${{ matrix.repo }}
0 commit comments