Skip to content

Commit

Permalink
chore: don't load multiarch images
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 14, 2022
1 parent 2fa7291 commit 2e3b22f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
with:
context: ${{ github.workspace }}
file: ./net/grpc/gateway/docker/prereqs/Dockerfile
push: false
load: true
push: true
tags: ${{ steps.docker_meta_prereqs.outputs.tags }}
labels: ${{ steps.docker_meta_prereqs.outputs.labels }}
platforms: linux/amd64,linux/arm64
Expand All @@ -63,8 +62,7 @@ jobs:
with:
context: ${{ github.workspace }}
file: ./net/grpc/gateway/docker/protoc_plugin/Dockerfile
push: false
load: true
push: true
tags: ${{ steps.docker_meta_plugin.outputs.tags }}
labels: ${{ steps.docker_meta_plugin.outputs.labels }}
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 2e3b22f

Please sign in to comment.