Skip to content

Commit

Permalink
Specify platforms for docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Mar 29, 2024
1 parent 37781a8 commit 7380c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
${{ env.REGISTRY }}/keychainmdip/gatekeeper:${{ steps.calver.outputs.version }}
${{ env.REGISTRY }}/keychainmdip/gatekeeper:release
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64/v8

- name: Build and push hyperswarm image
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
Expand All @@ -69,3 +70,4 @@ jobs:
${{ env.REGISTRY }}/keychainmdip/hyperswarm-mediator:${{ steps.calver.outputs.version }}
${{ env.REGISTRY }}/keychainmdip/hyperswarm-mediator:release
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64/v8

0 comments on commit 7380c89

Please sign in to comment.