Skip to content

Commit

Permalink
github actions - docker build for multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
csautter committed Feb 11, 2024
1 parent 81f0de2 commit ad49c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:component/vzlogger/"
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
push: true
tags: ccs1/volkszahler-fritzapi:pr_${{github.event.number}}_${{github.sha}}

0 comments on commit ad49c09

Please sign in to comment.