Skip to content

Commit

Permalink
Merge pull request #4 from misilot/patch-1
Browse files Browse the repository at this point in the history
Enable Building for arm64
  • Loading branch information
geerlingguy authored Apr 20, 2023
2 parents f60d9b9 + 87c9b89 commit 612146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
with:
context: ./
file: Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ github.repository }}:latest

0 comments on commit 612146c

Please sign in to comment.