Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm Based Image #56

Open
johnallen3d opened this issue Sep 6, 2024 · 0 comments
Open

Arm Based Image #56

johnallen3d opened this issue Sep 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@johnallen3d
Copy link

johnallen3d commented Sep 6, 2024

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:

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

Out of Scope

No response

Further links

Acceptance Criteria

No response

Implementation Ideas

No response

@johnallen3d johnallen3d added the enhancement New feature or request label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant