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 a4f9770Copy full SHA for a4f9770
DistTasks.yml
@@ -208,6 +208,8 @@ tasks:
208
desc: Builds Mac OS X ARM64 binaries
209
dir: "{{.DIST_DIR}}"
210
cmds:
211
+ # Install QEMU to run ARM64 binaries on x86_64
212
+ - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
213
# "git config safe.directory" is required until this is fixed https://github.com/elastic/golang-crossbuild/issues/232
214
- |
215
docker run -v `pwd`/..:/home/build -w /home/build \
0 commit comments