Skip to content

Commit

Permalink
fix: split up target.platform
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 13, 2022
1 parent d20df49 commit e2a8c75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
files: docker-compose.yml
targets: prereqs, protoc-plugin
load: true
set: target.platform=linux/arm64,linux/amd64
set: target.platform=linux/arm64
set: target.platform=linux/amd64
- 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 e2a8c75

Please sign in to comment.