Skip to content

Commit 4bd7de3

Browse files
authored
build: Support linux/arm64
1 parent 5ca6e85 commit 4bd7de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and push Docker image
2525
uses: docker/build-push-action@v4
2626
with:
27-
platforms: linux/amd64
27+
platforms: linux/amd64,linux/arm64
2828
pull: true
2929
push: true
3030
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.RELEASE }},${{ env.IMAGE_REPOSITORY }}:stable

0 commit comments

Comments
 (0)