Disable cross-compilation for now

This commit is contained in:
Paul 2018-01-26 09:01:54 +01:00
parent 35c48136fa
commit 0883013a1b

View file

@ -46,14 +46,14 @@ compile:
# build binaries -- list of supported plattforms is here: # build binaries -- list of supported plattforms is here:
# https://stackoverflow.com/a/20728862 # https://stackoverflow.com/a/20728862
- GOOS=linux GOARCH=amd64 go build -o $CI_PROJECT_DIR/certman - GOOS=linux GOARCH=amd64 go build -o $CI_PROJECT_DIR/certman
- GOOS=linux GOARCH=arm GOARM=6 go build -o $CI_PROJECT_DIR/certman.arm #- GOOS=linux GOARCH=arm GOARM=6 go build -o $CI_PROJECT_DIR/certman.arm
- GOOS=windows GOARCH=amd64 go build -o $CI_PROJECT_DIR/certman.exe #- GOOS=windows GOARCH=amd64 go build -o $CI_PROJECT_DIR/certman.exe
artifacts: artifacts:
expire_in: "8 hrs" expire_in: "8 hrs"
paths: paths:
- certman - certman
- certman.arm # - certman.arm
- certman.exe # - certman.exe
minify: minify:
stage: release stage: release
@ -69,7 +69,7 @@ minify:
artifacts: artifacts:
paths: paths:
- certman - certman
- certman.arm #- certman.arm
- certman.exe #- certman.exe
only: only:
- tags - tags