We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8c729 commit 52d6016Copy full SHA for 52d6016
.cross_compile.sh
@@ -6,6 +6,10 @@ DIST_PREFIX="gitflow-toolkit"
6
TARGET_DIR="dist"
7
PLATFORMS="darwin/amd64 darwin/arm64 linux/386 linux/amd64 linux/arm linux/arm64"
8
9
+BUILD_VERSION=$(cat version)
10
+BUILD_DATE=$(date "+%F %T")
11
+COMMIT_SHA1=$(git rev-parse HEAD)
12
+
13
rm -rf ${TARGET_DIR}
14
mkdir ${TARGET_DIR}
15
0 commit comments