Skip to content

Commit

Permalink
Add arm64 docker platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
tshak committed Nov 6, 2023
1 parent 3553de5 commit 0ed1465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
tags: "ghcr.io/${{ env.DOCKER_REPOSITORY }}:${{ steps.get_version.outputs.VERSION }}"
cache-from: type=registry,ref=ghcr.io/${{ env.DOCKER_REPOSITORY }}
cache-to: type=registry,ref=ghcr.io/${{ env.DOCKER_REPOSITORY }}
platforms: linux/amd64,linux/arm64
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 0ed1465

Please sign in to comment.