Skip to content

Commit 5193453

Browse files
committed
Added multiplatform build
1 parent d9c83f4 commit 5193453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_taskmanager.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Build and push
3434
uses: docker/build-push-action@v6
3535
with:
36+
platforms: linux/amd64,linux/arm64
3637
file: Dockerfile-taskqueue-manager
3738
push: ${{ github.event_name != 'pull_request' }}
3839
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)