Skip to content

Commit

Permalink
Add manylinux platform tags for Python aarch64 images (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald authored Feb 10, 2025
1 parent e40177c commit 525e0cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cross-ubuntu-py/py.mk
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ build/cross-aarch64-py39:
--build-arg TARGET_HOST=$(TARGET_HOST_AARCH64) \
--build-arg AC_TARGET_HOST=$(AC_TARGET_HOST_AARCH64) \
--build-arg VERSION=$(VERSION_AARCH64) \
--build-arg EXTRA_CROSSENV_ARGS="--platform-tag=manylinux_2_36_aarch64" \
-f Dockerfile.py39

.PHONY: push/cross-aarch64-py39
Expand Down Expand Up @@ -92,6 +93,7 @@ build/cross-aarch64-py310:
--build-arg TARGET_HOST=$(TARGET_HOST_AARCH64) \
--build-arg AC_TARGET_HOST=$(AC_TARGET_HOST_AARCH64) \
--build-arg VERSION=$(VERSION_AARCH64) \
--build-arg EXTRA_CROSSENV_ARGS="--platform-tag=manylinux_2_36_aarch64" \
-f Dockerfile.py310

.PHONY: push/cross-aarch64-py310
Expand Down Expand Up @@ -128,6 +130,7 @@ build/cross-aarch64-py311:
--build-arg TARGET_HOST=$(TARGET_HOST_AARCH64) \
--build-arg AC_TARGET_HOST=$(AC_TARGET_HOST_AARCH64) \
--build-arg VERSION=$(VERSION_AARCH64) \
--build-arg EXTRA_CROSSENV_ARGS="--platform-tag=manylinux_2_36_aarch64" \
-f Dockerfile.py311

.PHONY: push/cross-aarch64-py311
Expand Down Expand Up @@ -165,6 +168,7 @@ build/cross-aarch64-py312:
--build-arg TARGET_HOST=$(TARGET_HOST_AARCH64) \
--build-arg AC_TARGET_HOST=$(AC_TARGET_HOST_AARCH64) \
--build-arg VERSION=$(VERSION_AARCH64) \
--build-arg EXTRA_CROSSENV_ARGS="--platform-tag=manylinux_2_36_aarch64" \
-f Dockerfile.py312

.PHONY: push/cross-aarch64-py312
Expand Down Expand Up @@ -222,6 +226,7 @@ build/cross-aarch64-py313:
--build-arg TARGET_HOST=$(TARGET_HOST_AARCH64) \
--build-arg AC_TARGET_HOST=$(AC_TARGET_HOST_AARCH64) \
--build-arg VERSION=$(VERSION_AARCH64) \
--build-arg EXTRA_CROSSENV_ARGS="--platform-tag=manylinux_2_36_aarch64" \
-f Dockerfile.py313

.PHONY: push/cross-aarch64-py313
Expand Down

0 comments on commit 525e0cb

Please sign in to comment.