Skip to content

Commit

Permalink
Support multiple target platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Nov 21, 2024
1 parent c27598e commit e895e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

-
name: Build Image
uses: docker/build-push-action@v6
with:
push: true
platforms: linux/amd64,linux/arm64
tags: inventree/inventree-caddy:latest, inventree/inventree-caddy:${{ github.event.release.tag_name }}

0 comments on commit e895e80

Please sign in to comment.