From 20548a0a35118a4bbc029b8eb4e886b24b7ee58f Mon Sep 17 00:00:00 2001 From: Guusvanmeerveld Date: Tue, 22 Mar 2022 21:45:04 +0100 Subject: [PATCH] GA: Multi platform building Docker building Small updates --- .github/workflows/deploy.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67f0e53..91b6dd7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,6 +56,11 @@ jobs: runs-on: ubuntu-latest needs: test steps: + - name: Set up QEMU + uses: docker/setup-qemu-action@v1.2.0 + with: + platforms: linux/amd64,linux/arm64,linux/arm/v7 + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 @@ -72,7 +77,10 @@ jobs: with: push: true tags: guusvanmeerveld/materialtube:latest - + platforms: | + linux/amd64 + linux/arm64 + linux/arm/v7 # Cache cache-from: type=gha cache-to: type=gha,mode=max