Skip to content

Commit

Permalink
Try ARM support on Alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
kthchew committed Jun 1, 2024
1 parent 19786e2 commit 8cbdac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cbdac5

Please sign in to comment.