scipp-atlas / mapyde

Generation, simulation, analysis, and statistical inference in one go.
https://scipp-atlas.github.io/mapyde/
Apache License 2.0
7 stars 1 forks source link

fix multiplatform building #96

Open kratsg opened 1 year ago

kratsg commented 1 year ago

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

kratsg commented 1 year ago

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/
kratsg commented 9 months ago

https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/