Skip to content

Commit 95f2d5f

Browse files
authored
ci: build amd64 and arm64 images (#1187)
1 parent 225e147 commit 95f2d5f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/actions/build-container-image/action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,14 @@ runs:
164164

165165
- name: Set up QEMU
166166
uses: docker/setup-qemu-action@v3
167-
with:
168-
platforms: ${{ inputs.build_platforms }}
169167

170168
- name: Set up buildx
171169
uses: docker/setup-buildx-action@v3
172-
with:
173-
platforms: ${{ inputs.build_platforms }}
174170

175171
- name: Build
176172
uses: docker/build-push-action@v6
177173
with:
174+
platforms: ${{ inputs.build_platforms }}
178175
build-args: ${{ inputs.build_args }}
179176
build-contexts: ${{ inputs.build_contexts }}
180177
cache-from: ${{ inputs.cache_from }}

0 commit comments

Comments
 (0)