Skip to content

Commit

Permalink
Update release_standalone.yaml
Browse files Browse the repository at this point in the history
added Multiplatform
  • Loading branch information
unl0ck authored Nov 1, 2024
1 parent 9eb2b49 commit 4822104
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -29,3 +31,4 @@ jobs:
file: ./GridboxConnectorAddon-edge/Dockerfile.standalone
push: true
tags: ghcr.io/${{ github.repository }}/standalone-viessman-gridbox-connector:latest
platforms: linux/amd64,linux/arm64

0 comments on commit 4822104

Please sign in to comment.