We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe469f commit 1b78ebcCopy full SHA for 1b78ebc
DistTasks.yml
@@ -152,6 +152,8 @@ tasks:
152
desc: Builds Linux ARM64 binaries
153
dir: "{{.DIST_DIR}}"
154
cmds:
155
+ # Install QEMU to run ARM64 binaries on x86_64
156
+ - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
157
- |
158
docker run -v `pwd`/..:/home/build -w /home/build \
159
-e CGO_ENABLED=0 \
0 commit comments