This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
commit d68c933f6c572c5884e36fdfdc1f7094db5c569b Author: Sebb <s...@apache.org> AuthorDate: Sat Oct 28 12:00:49 2023 +0100 arm64-apple-macos11 does not exist as an arch [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00dac6dc..a079bae7 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ mac64: $(MAKE) native OS_NAME=Mac OS_ARCH=x86_64 macArm64: - $(MAKE) native OS_NAME=Mac OS_ARCH=arm64-apple-macos11 + $(MAKE) native OS_NAME=Mac OS_ARCH=arm64 linux32: $(MAKE) native OS_NAME=Linux OS_ARCH=x86