feat: add android arm64 cross-compilation support
This commit is contained in:
@@ -117,6 +117,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
|
||||
} && \
|
||||
build_agent linux amd64 "" && \
|
||||
build_agent linux arm64 "" && \
|
||||
build_agent android arm64 "" && \
|
||||
build_agent darwin amd64 "" && \
|
||||
build_agent darwin arm64 "" && \
|
||||
echo "Agent build completed for all platforms"
|
||||
|
||||
@@ -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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user