Added dist folder with binaries

This commit is contained in:
2025-08-07 22:52:00 +02:00
parent 375646b903
commit f63826e2ea
5 changed files with 1 additions and 1 deletions

2
build.sh Normal file → Executable file
View 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

Binary file not shown.

BIN
dist/fitra-darwin-arm64 vendored Executable file

Binary file not shown.

BIN
dist/fitra-linux-amd64 vendored Executable file

Binary file not shown.

BIN
dist/fitra-linux-arm64 vendored Executable file

Binary file not shown.