tools/docker: Fix python_amd64_manylinux_export target

This commit is contained in:
Mizux Seiha
2021-10-06 17:21:44 +02:00
parent 04bdc12f03
commit 70572d9389

View File

@@ -246,8 +246,8 @@ save_python_$1_manylinux_$2: $(addprefix save_python_$1_manylinux_cp, $(addsuffi
clean_python_$1_manylinux_$2: $(addprefix clean_python_$1_manylinux_cp, $(addsuffix _$2, ${PYTHON_VERSIONS}))
endef
$(foreach stage,${PYTHON_STAGES},$(eval $(call manylinux_merge,amd64,${stage})))
$(foreach stage,${PYTHON_STAGES},$(eval $(call manylinux_merge,arm64v8,${stage})))
$(foreach stage,${PYTHON_STAGES} export,$(eval $(call manylinux_merge,amd64,${stage})))
$(foreach stage,${PYTHON_STAGES} export,$(eval $(call manylinux_merge,arm64v8,${stage})))
## ALPINE ##
export/python/alpine: | export/python