Skip to content

Commit 1b78ebc

Browse files
committed
Added QEMU to run ARM64 container
1 parent 5fe469f commit 1b78ebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: DistTasks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ tasks:
152152
desc: Builds Linux ARM64 binaries
153153
dir: "{{.DIST_DIR}}"
154154
cmds:
155+
# Install QEMU to run ARM64 binaries on x86_64
156+
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
155157
- |
156158
docker run -v `pwd`/..:/home/build -w /home/build \
157159
-e CGO_ENABLED=0 \

0 commit comments

Comments
 (0)