diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f2140a..60640b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: - platforms: arm32v7/armhf, arm64v8/aarch64 + platforms: arm32v7/armhf # arm64v8/aarch64 - no current need for arm64 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry @@ -68,7 +68,7 @@ jobs: uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: context: . - platforms: linux/arm/v7,linux/arm64,linux/amd64 + platforms: linux/arm/v7,linux/amd64 # linux/arm64 no current need for arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}