You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to build harbor-arm on a raspberry pi arm64 (aarch64) but I couldn't.
make download: OK
make compile_redis: OK
make prepare_arm_data: OK
make pre_update: OK
make compile COMPILETAG=compile_golangimage: KO
==> exec /usr/bin/swagger: exec format error
I tried to force the latest swagger version in file tools/swagger/Dockerfile but no change.
I tried to download swagger binary using curl -fsSL -o /usr/bin/swagger https://github.com/go-swagger/go-swagger/releases/download/v0.31.0/swagger_linux_arm64 && chmod +x /usr/bin/swagger (specified in tools/swagger/Dockerfile) and to delete "RUN" line in tools/swagger/Dockerfile but nothing changes.
I've no idea for this issue.
The text was updated successfully, but these errors were encountered:
Hi,
I try to build harbor-arm on a raspberry pi arm64 (aarch64) but I couldn't.
==> exec /usr/bin/swagger: exec format error
I tried to force the latest swagger version in file tools/swagger/Dockerfile but no change.
I tried to download swagger binary using curl -fsSL -o /usr/bin/swagger https://github.com/go-swagger/go-swagger/releases/download/v0.31.0/swagger_linux_arm64 && chmod +x /usr/bin/swagger (specified in tools/swagger/Dockerfile) and to delete "RUN" line in tools/swagger/Dockerfile but nothing changes.
I've no idea for this issue.
The text was updated successfully, but these errors were encountered: