Skip to content

Commit

Permalink
Generate multiarch Docker image (#29)
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 authored Jun 4, 2024
1 parent 75cda9b commit 3ed20b8
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 3ed20b8

Please sign in to comment.