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
As cluster admin I want an arm based version of the image pushed to the crossplane registry So that I can test the provider locally
arm-based
Context
I'm trying to install the provider in a k3s node on my local machine for testing. I'm on an M1 MacBook Pro which uses the arm architecture. When I try to add this resource I get the following error:
exec /usr/bin/provider-minio: exec format error
When I search out this specific error it appears to be platform related.
I tried verifying this locally via Docker:
❯ docker pull --platform=linux/arm64 xpkg.upbound.io/vshn/provider-minio:v0.4.3
v0.4.3: Pulling from vshn/provider-minio
Digest: sha256:340cb353a2652b0373a2c1a4d54ec93c4248df0ef19e5622ae03855dd2a83a1a
Status: Image is up to date for xpkg.upbound.io/vshn/provider-minio:v0.4.3
image with reference xpkg.upbound.io/vshn/provider-minio:v0.4.3 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64
❯ docker inspect ghcr.io/vshn/provider-minio:v0.4.3 | jq -r .[].Architecture
amd64
Summary
As cluster admin
I want an arm based version of the image pushed to the crossplane registry
So that I can test the provider locally
arm-based
Context
I'm trying to install the provider in a
k3s
node on my local machine for testing. I'm on an M1 MacBook Pro which uses the arm architecture. When I try to add this resource I get the following error:When I search out this specific error it appears to be platform related.
I tried verifying this locally via Docker:
Out of Scope
No response
Further links
Acceptance Criteria
No response
Implementation Ideas
No response
The text was updated successfully, but these errors were encountered: