Skip to content

Commit c855b52

Browse files
authored
Merge pull request #12 from ysicing/feat/m1
feat(m1): support m1 build
2 parents 8343366 + c136d30 commit c855b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cross_compile.sh

+1-1
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)