Replies: 1 comment
-
hey @rakeshgm im not sure , but i think you should specify the destination path (registry/username/imagename:tag) and the creds to push |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build an operator for different architectures. After I run the below command
buildah bud --manifest ${IMG} --arch s390x
the manifest file is correctly created, but when I runbuildah push ${IMG}
I get the following error.Referencing from here
I am not sure why amd64 is being selected when I am building for
s390x
any help with what could be wrong here?
Beta Was this translation helpful? Give feedback.
All reactions