Skip to content

Commit

Permalink
chore: update actions to use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 13, 2022
1 parent 611f66b commit 03f7631
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/make-plugin-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
install: true
- name: Build plugin docker image
run: docker-compose build prereqs protoc-plugin
uses: docker/bake-action@master
with:
files: docker-compose.yml
targets: prereqs, protoc-plugin
load: true
- 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 03f7631

Please sign in to comment.