File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ INSTALLER_CERT="installer.cer"
2929BUNDLE_ID=" com.cloudflare.cloudflared"
3030SEC_DUP_MSG=" security: SecKeychainItemImport: The specified item already exists in the keychain."
3131export PATH=" $PATH :/usr/local/bin"
32+ FILENAME=" $( pwd) /artifacts/cloudflared-darwin-$TARGET_ARCH .tgz"
33+ PKGNAME=" $( pwd) /artifacts/cloudflared-$TARGET_ARCH .pkg"
3234mkdir -p ../src/github.com/cloudflare/
3335cp -r . ../src/github.com/cloudflare/cloudflared
3436cd ../src/github.com/cloudflare/cloudflared
144146# cleanup the build directory because the previous execution might have failed without cleaning up.
145147rm -rf " ${TARGET_DIRECTORY} "
146148export TARGET_OS=" darwin"
147- FILENAME=" $( pwd) /artifacts/cloudflared-darwin-$TARGET_ARCH .tgz"
148- PKGNAME=" $( pwd) /artifacts/cloudflared-$TARGET_ARCH .pkg"
149149GOCACHE=" $PWD /../../../../" GOPATH=" $PWD /../../../../" CGO_ENABLED=1 make cloudflared
150150
151151# sign the cloudflared binary
@@ -156,7 +156,7 @@ if [[ ! -z "$CODE_SIGN_NAME" ]]; then
156156 # TODO: TUN-5789
157157fi
158158
159- ARCH_TARGET_DIRECTORY=" ${TARGET_DIRECTORY} /${arch } -build"
159+ ARCH_TARGET_DIRECTORY=" ${TARGET_DIRECTORY} /${TARGET_ARCH } -build"
160160# creating build directory
161161rm -rf $ARCH_TARGET_DIRECTORY
162162mkdir -p " ${ARCH_TARGET_DIRECTORY} "
You can’t perform that action at this time.
0 commit comments