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

Support for arm64 architecture #14

Open
fvasco opened this issue Jul 12, 2024 · 1 comment
Open

Support for arm64 architecture #14

fvasco opened this issue Jul 12, 2024 · 1 comment

Comments

@fvasco
Copy link

fvasco commented Jul 12, 2024

Please add support for arm64 architecture to docker images.

It is possible to create docker images supporting both amd64 and arm64 using buildx:

docker buildx build \
  --build-arg BUILD_AUTHORS="Kane 'kawaii' Valentine <[email protected]>" \
  --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
  --build-arg BUILD_SHA512SUM=be3bdec9617050abbabbfcfa40e9cd145db3a57ae70e740bc62d807b04c08a5fa42ac690a5502c344f0f7452276aa0f3802501e6d62fa76edc64ac36da25b3cd \
  --build-arg BUILD_VERSION=1830 \
  --platform linux/arm64/v8,linux/amd64 \
  --tag mybb/mybb:1.8 \
  --tag mybb/mybb:1.8.30 \
  --tag mybb/mybb:latest \
  $PWD

Add the --push option to upload images.

@LZeugirdor
Copy link

This ^
Would like to run this on my raspberry pi 4 lol.

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

No branches or pull requests

2 participants