Skip to content

Commit f0a9a17

Browse files
authored
Merge pull request #547 from ppodgorsek/issue-455
Issue #455 - Build image using multiple platform architectures
2 parents f7bad27 + 0274bc0 commit f0a9a17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ jobs:
237237
- name: Build other platforms and push
238238
uses: docker/build-push-action@v6
239239
with:
240-
platforms: linux/amd64
241-
# platforms: linux/amd64,linux/arm64
240+
platforms: linux/amd64,linux/arm64
242241
push: ${{ github.event_name != 'pull_request' }}
243242
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_type == 'branch' && 'latest' || github.ref_name }}
244243
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache

0 commit comments

Comments
 (0)