Rename Dockerfile to Dockerfile.fromwheel

See #68 for discussion (which is summarized at the top of the Dockerfile)
This commit is contained in:
Klaas van Schelven
2025-04-04 11:41:45 +02:00
parent f19d9eda4d
commit 786a97aaa0
3 changed files with 14 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ else
fi
docker buildx build --platform linux/amd64,linux/arm64 --build-arg WHEEL_FILE=$WHEEL_FILE $TAGS . --push
docker buildx build -f Dockerfile.fromwheel --platform linux/amd64,linux/arm64 --build-arg WHEEL_FILE=$WHEEL_FILE $TAGS . --push