Skip to content

Commit

Permalink
Generate multiarch Docker image
Browse files Browse the repository at this point in the history
This allows using CustoPiZer from arm64 machines like Raspberry Pis or
newer Macs.
  • Loading branch information
khenriks committed Jun 4, 2024
1 parent 75cda9b commit a347099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./src
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/octoprint/custopizer:latest

0 comments on commit a347099

Please sign in to comment.