Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/dockcross-manylinux-build-module-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

MANYLINUX_VERSION=_2_28
IMAGE_TAG=20221108-102ebcc
IMAGE_TAG=20221128-2024e4b

# Generate dockcross scripts
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64
Expand Down
2 changes: 1 addition & 1 deletion scripts/dockcross-manylinux-build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# scripts/dockcross-manylinux-build-wheels.sh cp39

MANYLINUX_VERSION=_2_28
IMAGE_TAG=20221108-102ebcc
IMAGE_TAG=20221128-2024e4b

# Generate dockcross scripts
docker run --rm dockcross/manylinux${MANYLINUX_VERSION}-x64:${IMAGE_TAG} > /tmp/dockcross-manylinux-x64
Expand Down