Added dist folder with binaries
This commit is contained in:
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable file
@@ -10,6 +10,6 @@ do
|
|||||||
GOARCH=${platform_split[1]}
|
GOARCH=${platform_split[1]}
|
||||||
output_name=$package'-'$GOOS'-'$GOARCH
|
output_name=$package'-'$GOOS'-'$GOARCH
|
||||||
|
|
||||||
env GOOS=$GOOS GOARCH=$GOARCH go build -o $output_name
|
env GOOS=$GOOS GOARCH=$GOARCH go build -o dist/$output_name
|
||||||
echo "Built $output_name"
|
echo "Built $output_name"
|
||||||
done
|
done
|
||||||
BIN
dist/fitra-darwin-amd64
vendored
Executable file
BIN
dist/fitra-darwin-amd64
vendored
Executable file
Binary file not shown.
BIN
dist/fitra-darwin-arm64
vendored
Executable file
BIN
dist/fitra-darwin-arm64
vendored
Executable file
Binary file not shown.
BIN
dist/fitra-linux-amd64
vendored
Executable file
BIN
dist/fitra-linux-amd64
vendored
Executable file
Binary file not shown.
BIN
dist/fitra-linux-arm64
vendored
Executable file
BIN
dist/fitra-linux-arm64
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user