Skip to content

Commit bdb0750

Browse files
authored
arm64 docker image (#23)
1 parent 79356d6 commit bdb0750

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/client_build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
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
@@ -29,7 +35,7 @@ jobs:
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

command/docker/client/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ fi
1212

1313
wget 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/

0 commit comments

Comments
 (0)