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
1.My local environment is the virtual machine of the Apple system, m1 processor
2.Executed “make build GOBUILDTAGS="include_oss include_gcs" BUILDBIN=true NOTARYFLAG=true TRIVYFLAG=true CHARTFLAG=true GEN_TLS=true PULL_BASE_FROM_DOCKERHUB=false"
3.Reported the following error:
4.Has anyone encountered this problem please? Can someone help me how to solve it? Thank you so much!
The text was updated successfully, but these errors were encountered:
I just built the Harbor images using the provided instructions successfully and did not encounter the problem you had. I think from the error log it is quite clear that the docker buildx build command is having the wrong parameters.
Could you show your _build_prepare: value from /home/harbor-arm/src/github.com/goharbor/harbor/make/photon/Makefile, line 127-131?
just change the Makefile of /home/harbor-arm/src/github.com/goharbor/harbor/make/photon/Makefile
in line 21: DOCKERBUILD=$(DOCKERCMD) buildx build --platform linux/arm64 --progress plain --output=type=docker --no-cache
1.My local environment is the virtual machine of the Apple system, m1 processor
2.Executed “make build GOBUILDTAGS="include_oss include_gcs" BUILDBIN=true NOTARYFLAG=true TRIVYFLAG=true CHARTFLAG=true GEN_TLS=true PULL_BASE_FROM_DOCKERHUB=false"
3.Reported the following error:
4.Has anyone encountered this problem please? Can someone help me how to solve it? Thank you so much!
The text was updated successfully, but these errors were encountered: