From 95647b3e40261ba3fc8bb0863faaf469053e6402 Mon Sep 17 00:00:00 2001 From: Patrick Klaeren Date: Sun, 12 Nov 2023 17:14:21 +0000 Subject: [PATCH] Migrate to QEMU --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da2a90f..531d3e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,12 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 + - name: Authorise Registry uses: docker/login-action@v3 with: @@ -38,6 +44,6 @@ jobs: with: context: . push: true - platforms: linux/arm/v8 + platforms: linux/amd64,linux/arm64,linux/arm/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file