File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 with :
1616 submodules : true
17+ -
18+ name : Set up QEMU
19+ uses : docker/setup-qemu-action@v2
20+ with :
21+ platforms : arm64
22+
1723 -
1824 name : Set up Docker Buildx
1925 uses : docker/setup-buildx-action@v2
2935 uses : docker/build-push-action@v2
3036 with :
3137 context : .
32- # platforms: linux/amd64,linux/arm64
38+ platforms : linux/amd64,linux/arm64
3339 push : true
3440 file : command/docker/client/client.Dockerfile
3541 cache-from : type=gha
Original file line number Diff line number Diff line change 1212
1313wget https://github.com/protocolbuffers/protobuf/releases/download/v21.9/protoc-21.9-linux-$architecture .zip && unzip protoc-21.9-linux-$architecture .zip && cp bin/* /usr/bin/
1414
15- cp -r /protoc/include/* /source/protobuf/
15+ # cp -r /protoc/include/* /source/protobuf/
You can’t perform that action at this time.
0 commit comments