diff --git a/.github/workflows/image-push.yaml b/.github/workflows/image-push.yaml index e8e6df7..1e7d19a 100644 --- a/.github/workflows/image-push.yaml +++ b/.github/workflows/image-push.yaml @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: linux/amd64,linux/s390x + platforms: linux/amd64,linux/s390x,linux/arm64 push: true tags: ghcr.io/${{ env.REPOSITORY_LC }}:latest file: Dockerfile @@ -53,7 +53,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: linux/amd64,linux/s390x + platforms: linux/amd64,linux/s390x,linux/arm64 push: true tags: ghcr.io/${{ env.REPOSITORY_LC }}:${{ github.ref_name }} file: Dockerfile