1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-07 19:40:30 +08:00

TUN-8129: Use the same build command between branch and release builds

This commit is contained in:
chungthuang
2024-01-09 11:33:00 +00:00
committed by Chung-Ting Huang
parent 28685a5055
commit cf5be91d2d
3 changed files with 17 additions and 6 deletions

View File

@@ -1,8 +1,10 @@
#!/bin/bash
VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
echo $VERSION
# Disable FIPS module in go-boring
export GOEXPERIMENT=noboringcrypto
export CGO_ENABLED=0
# This controls the directory the built artifacts go into
export ARTIFACT_DIR=built_artifacts/