This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Joerg Schad
authored
Aug 10, 2017
1 parent
5eed8ae
commit 4f97992
Showing
7 changed files
with
108 additions
and
3 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+4.55 MB
...flink/artifacts/dcos-flink-service-darwin → ...flink/artifacts/dcos-flink-service-darwin
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/bin/bash | ||
|
||
# exit immediately on failure | ||
set -e | ||
|
||
BASEDIR=$(pwd)/$(dirname "$0") | ||
cd "$BASEDIR" | ||
|
||
CLI_EXE_NAME=dcos-flink-service | ||
|
||
# --- | ||
|
||
# go | ||
cd .. | ||
|
||
go get | ||
|
||
CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-s -w" -o $CLI_EXE_NAME".exe" | ||
CGO_ENABLED=0 GOOS=darwin GOARCH=386 go build -ldflags="-s -w" -o $CLI_EXE_NAME"-darwin" | ||
CGO_ENABLED=0 GOOS=linux GOARCH=386 go build -ldflags="-s -w" -o $CLI_EXE_NAME"-linux" |
Binary file removed
BIN
-4.18 MB
container/appmaster/cli/dcos-flink/artifacts/dcos-flink-service-linux
Binary file not shown.
Binary file removed
BIN
-4.18 MB
container/appmaster/cli/dcos-flink/artifacts/dcos-flink-service.exe
Binary file not shown.