Open k0gen opened 2 years ago
M1 Mac Build Failed!
docker buildx build --tag start9//main: --build-arg ARCH=aarch64 --platform=linux/arm64 -o type=docker,dest=docker-images/aarch64.tar .
[+] Building 1.4s (1/1) FINISHED
=> [internal] booting buildkit 1.3s
=> => starting container buildx_buildkit_epic_einstein0 1.3s
ERROR: invalid tag "start9//main:": invalid reference format
make: *** [docker-images/aarch64.tar] Error 1
make: *** Deleting file `docker-images/aarch64.tar'
@BayMax-1010
Please follow the instructions in the README. Your docker buildx
command is malformed.
Also, you can build the arm64 version of rust-musl-cross
by cloning the repo and running ./build.sh
.
@dr-bonez can we add the arm64 version of rust-musl-cross
to dockerhub please?
When building on Mac with Apple Silicon the arm64 version of rust-musl-cross is not available:
I'm building it manually from https://github.com/Start9Labs/rust-musl-cross