From 09432a8e64459ebc0861f9aa170eac1fbdc8d95d Mon Sep 17 00:00:00 2001 From: L4B0MB4 Date: Sat, 7 Dec 2024 22:45:25 +0100 Subject: [PATCH] Update CI workflow: add support for multiple platforms in Docker build --- .github/workflows/ui.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml index eaf5387..0ee0739 100644 --- a/.github/workflows/ui.yml +++ b/.github/workflows/ui.yml @@ -55,6 +55,7 @@ jobs: with: context: . file: "./Dockerfile" + platforms: linux/amd64,linux/arm64 push: true tags: ${{ vars.DOCKERHUB_USERNAME }}/pryvt_ui:${{ github.ref == 'refs/heads/master' && 'latest' || github.ref_name }} - name: Build without push