/
githubmirror
/
gitness
Обзор
Документация
Войти
/
githubmirror
/
gitness
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.0.1-debug
scripts/build.sh
8 строк
243 B
tphoney
(feat) adding depends_on, image and detached fields to step
22 июн 2021, 15:57
22 июн 2021, 15:57
8fe5a54
Код
Авторство
О чём код?
#!/bin/sh echo "building docker images for ${GOOS}/${GOARCH} ..." REPO="github.com/drone/drone" # compile the server using the cgo go build -ldflags "-extldflags \"-static\"" -o release/linux/${GOARCH}/drone-server ${REPO}/cmd/drone-server