Skip to content

Commit c136d30

Browse files
YsiCIng ZhengYsiCIng Zheng
authored andcommitted
feat(m1): support m1 build
support m1 build Signed-off-by: YsiCIng Zheng
1 parent 8343366 commit c136d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cross_compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
DIST_PREFIX="gitflow-toolkit"
66
TARGET_DIR="dist"
7-
PLATFORMS="darwin/amd64 linux/386 linux/amd64 linux/arm linux/arm64"
7+
PLATFORMS="darwin/amd64 darwin/arm64 linux/386 linux/amd64 linux/arm linux/arm64"
88

99
rm -rf ${TARGET_DIR}
1010
mkdir ${TARGET_DIR}

0 commit comments

Comments
 (0)