diff --git a/.github/workflows/edge-release.yml b/.github/workflows/edge-release.yml index 65dabff..7bd6eb6 100644 --- a/.github/workflows/edge-release.yml +++ b/.github/workflows/edge-release.yml @@ -43,7 +43,7 @@ jobs: with: push: true context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 file: ./Dockerfile-alpine tags: ghcr.io/${{ github.repository_owner }}/ao3-rss:edge-alpine cache-from: type=gha diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index f5efeda..4737c0e 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -44,7 +44,7 @@ jobs: with: push: true context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 file: ./Dockerfile-alpine tags: | ghcr.io/${{ github.repository_owner }}/ao3-rss:${{ steps.get_version.outputs.VERSION }}-alpine