Dan Millwood

Results 4 comments of Dan Millwood

Hello, I installed OLM via the operator-sdk, using the following set of commands ``` apt-get install operator-sdk export ARCH=$(case $(uname -m) in x86_64) echo -n amd64 ;; aarch64) echo -n...

Incase it helps with debug, I tried an experiment directly with the image using docker on the linux/s390x system ``` # docker pull quay.io/operator-framework/olm@sha256:2b4fee73c05069d9d2c537c7d3072241097914748abfb938b5b08c969b2f544b quay.io/operator-framework/olm@sha256:2b4fee73c05069d9d2c537c7d3072241097914748abfb938b5b08c969b2f544b: Pulling from operator-framework/olm Digest: sha256:2b4fee73c05069d9d2c537c7d3072241097914748abfb938b5b08c969b2f544b...

I also tried deliberately pulling the s390x image down to an amd64 system and reran the same commands. In this case /bin/cp executed, so my guess is the s390x image...

Closing as this has now been added