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 ca73eaf commit 1f37f61Copy full SHA for 1f37f61
.github/workflows/build-container.yml
@@ -33,6 +33,7 @@ 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
@@ -77,7 +78,7 @@ jobs:
77
78
with:
79
context: .
80
push: true
- platforms: linux/amd64,linux/arm64
81
+ platforms: ${{ matrix.platform }}
82
build-args: |
83
IMAGE_BASE=${{ matrix.base.image }}
84
BASE_YUM_REPO=${{ matrix.repo }}
0 commit comments