Skip to content

Commit 09432a8

Browse files
committed
Update CI workflow: add support for multiple platforms in Docker build
1 parent a143036 commit 09432a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
context: .
5757
file: "./Dockerfile"
58+
platforms: linux/amd64,linux/arm64
5859
push: true
5960
tags: ${{ vars.DOCKERHUB_USERNAME }}/pryvt_ui:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }}
6061
- name: Build without push

0 commit comments

Comments
 (0)