Prepare for itgui cross-compilation

This commit is contained in:
2022-11-24 16:16:25 -08:00
parent f3f66176b8
commit ff0ead0343
3 changed files with 40 additions and 11 deletions

View File

@@ -1,8 +1,20 @@
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
event: tag