Skip to content

Commit

Permalink
Enable Building for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
misilot authored Apr 20, 2023
1 parent f60d9b9 commit 87c9b89
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 87c9b89

Please sign in to comment.