Skip to content

Conversation

w3irdrobot
Copy link

@w3irdrobot w3irdrobot commented May 14, 2025

i wanted to be able to run this image on a raspberry pi cuz i'm cool like that and i make bad decisions. the original dockerfile only would pull in binaries for x86. this uses the TARGETARCH build arg available in multi-platform builds to automatically pull in the x86 or arm build.

i went ahead and pushed it to docker hub so others can use it that want it.

https://hub.docker.com/layers/w3irdrobot/mutinynet/latest/images/sha256-26ea93592f4c55a1ab296fc3d7ce2ea971d59dce903830ffb5495da2db81baca

not sure if this is even desired, but here it is anyways.

@benthecarman benthecarman force-pushed the main branch 19 times, most recently from c7c5080 to 934bde2 Compare July 28, 2025 22:49
Comment on lines +4 to +5
ARG TARGETARCH
ARG TRIPLET
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these params need to be added to the docker-compose so we don't break the current build

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TARGETARCH is automatically supplied by Docker and TRIPLET is optional

@benthecarman benthecarman merged commit 2147f06 into MutinyWallet:main Aug 25, 2025
@w3irdrobot w3irdrobot deleted the support-rpi-arm branch August 25, 2025 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants