feat: add android arm64 cross-compilation support

This commit is contained in:
duorameng
2026-06-03 18:30:46 +08:00
parent 77ce2e7033
commit 176093f58c
4 changed files with 19 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ RUN VERSION_VAL=$(cat /build-info/version.txt) && \
} && \
build_agent linux amd64 "" && \
build_agent linux arm64 "" && \
build_agent android arm64 "" && \
build_agent darwin amd64 "" && \
build_agent darwin arm64 ""