mirror of
https://github.com/xzeldon/whisper-api-server.git
synced 2024-12-27 09:15:46 +00:00
19 lines
292 B
YAML
19 lines
292 B
YAML
builds:
|
|
- binary: whisper-api-server
|
|
goos:
|
|
- windows
|
|
goarch:
|
|
- amd64
|
|
env:
|
|
- CGO_ENABLED=1
|
|
- CC=x86_64-w64-mingw32-gcc
|
|
- CXX=x86_64-w64-mingw32-g++
|
|
release:
|
|
prerelease: auto
|
|
|
|
archives:
|
|
- format: binary
|
|
|
|
checksum:
|
|
name_template: "checksum.txt"
|