Arsen Musayelyan
f4da64a8dd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
21 lines
459 B
YAML
21 lines
459 B
YAML
pipeline:
|
|
xgo-itgui:
|
|
image: arsen6331/fyne-xgo
|
|
environment:
|
|
- 'TARGETS=linux/amd64 linux/arm64 linux/386 linux/arm-7'
|
|
- 'OUT=itgui'
|
|
- 'PACK=./cmd/itgui'
|
|
commands:
|
|
- export SOURCE_DIR=$${CI_WORKSPACE} OUT_DIR=$${CI_WORKSPACE}
|
|
- /build.sh
|
|
when:
|
|
event: tag
|
|
|
|
release:
|
|
image: goreleaser/goreleaser
|
|
commands:
|
|
- goreleaser release
|
|
secrets: [ gitea_token, aur_key ]
|
|
when:
|
|
event: tag
|