Test current path
the build failed
Details
the build failed
Details
This commit is contained in:
parent
242e654d72
commit
10376efdd1
|
@ -13,6 +13,7 @@ pipeline:
|
||||||
image: golang:latest
|
image: golang:latest
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
|
- ls /go/src/meow.tf/deb-simple
|
||||||
- mkdir -p build/i386
|
- mkdir -p build/i386
|
||||||
- GOOS=linux GOARCH=386 go build -o build/i386/deb-simple
|
- GOOS=linux GOARCH=386 go build -o build/i386/deb-simple
|
||||||
build-amd64:
|
build-amd64:
|
||||||
|
|
Loading…
Reference in New Issue