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
the last step:"# Build harbor arm image:
make build GOBUILDTAGS="include_oss include_gcs" BUILDBIN=true NOTARYFLAG=true TRIVYFLAG=true CHARTFLAG=true GEN_TLS=true PULL_BASE_FROM_DOCKERHUB=false"
it will use command 'apt' to install somethings, but my arm os is centos steam9,how to fix it?
The text was updated successfully, but these errors were encountered:
" >>> && apt-get install -y --no-install-recommends python-yaml=3.12-1"
the console output these message.And it is the error cause centos steam9 has no "apt" command
the last step:"# Build harbor arm image:
make build GOBUILDTAGS="include_oss include_gcs" BUILDBIN=true NOTARYFLAG=true TRIVYFLAG=true CHARTFLAG=true GEN_TLS=true PULL_BASE_FROM_DOCKERHUB=false"
it will use command 'apt' to install somethings, but my arm os is centos steam9,how to fix it?
The text was updated successfully, but these errors were encountered: