This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/cmd/edge-admin/build.sh
T

3 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
env GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o edge-admin main.go