Skip to content

Commit

Permalink
ci: try building for arm only
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 13, 2022
1 parent 927736e commit 0e5f3e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
files: docker-compose.yml
targets: prereqs, protoc-plugin
load: true
set: |
target.platform=linux/arm64
target.platform=linux/amd64
set: target.platform=linux/arm64
- name: Copy binary from Docker image
run: |
docker cp $(docker create grpcweb/protoc-plugin):/github/grpc-web/javascript/net/grpc/web/generator/protoc-gen-grpc-web \
Expand Down

0 comments on commit 0e5f3e6

Please sign in to comment.