moving to codeberg

This commit is contained in:
2025-12-02 20:18:27 +01:00
parent a1b3fe6f25
commit a9b4f94986
36 changed files with 225 additions and 128 deletions

View File

@@ -45,11 +45,11 @@ for D in $DIST; do
set -x
GOOS=${os} GOARCH=${arch} CGO_LDFLAGS='-static' go build -tags osusergo,netgo -ldflags \
"-extldflags=-static -s -X 'github.com/tlinden/ephemerup/cfg.VERSION=${version}'" -o ${binfile}
#GOOS=${os} GOARCH=${arch} go build -o ${binfile} -ldflags "-X 'github.com/tlinden/ephemerup/cfg.VERSION=${version}'"
"-extldflags=-static -s -X 'codeberg.org/scip/ephemerup/cfg.VERSION=${version}'" -o ${binfile}
#GOOS=${os} GOARCH=${arch} go build -o ${binfile} -ldflags "-X 'codeberg.org/scip/ephemerup/cfg.VERSION=${version}'"
cd $client
GOOS=${os} GOARCH=${arch} go build -o ../${clientfile} -ldflags \
"-X 'github.com/tlinden/ephemerup/upctl/cfg.VERSION=${version}'"
"-X 'codeberg.org/scip/ephemerup/upctl/cfg.VERSION=${version}'"
cd -
mkdir -p ${tardir}