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

fix multiplatform building #96

Open
kratsg opened this issue Jun 14, 2023 · 2 comments
Open

fix multiplatform building #96

kratsg opened this issue Jun 14, 2023 · 2 comments

Comments

@kratsg
Copy link
Contributor

kratsg commented Jun 14, 2023

Not quite correct: https://docs.docker.com/build/ci/github-actions/multi-platform/

@kratsg
Copy link
Contributor Author

kratsg commented Jun 14, 2023

For now, something like this manually works

docker buildx build --label "org.opencontainers.image.revision=10fa7c63a4646ae6dcbdb7ab11119318a57cf70e" --label "org.opencontainers.image.source=https://github.com/scipp-atlas/mapyde" --label "org.opencontainers.image.created=2023-06-14T15:23:35Z" --tag ghcr.io/scipp-atlas/mapyde/pyplotting:latest-cuda --platform linux/amd64,linux/arm64 --file Dockerfiles/pyplotting-cuda --push Dockerfiles/

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

1 participant