Open kratsg opened 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/
Not quite correct: https://docs.docker.com/build/ci/github-actions/multi-platform/