Skip to content

Commit

Permalink
Revert "Specify platforms for docker builds"
Browse files Browse the repository at this point in the history
This reverts commit 7380c89.
  • Loading branch information
macterra committed Mar 29, 2024
1 parent 7380c89 commit f965ee9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ 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 @@ -70,4 +69,3 @@ 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 f965ee9

Please sign in to comment.