2022-08-12 14:53:46 +00:00
project_name : sing-box
builds :
2024-03-12 14:01:18 +00:00
- &template
id : main
2022-12-11 06:38:01 +00:00
main : ./cmd/sing-box
2022-08-12 14:53:46 +00:00
flags :
- -v
- -trimpath
ldflags :
2023-03-09 08:53:25 +00:00
- -X github.com/sagernet/sing-box/constant.Version={{ .Version }} -s -w -buildid=
2022-08-12 14:53:46 +00:00
tags :
2022-09-15 04:20:38 +00:00
- with_gvisor
2022-08-12 14:53:46 +00:00
- with_quic
2023-06-13 14:46:04 +00:00
- with_dhcp
2022-08-21 05:03:19 +00:00
- with_wireguard
2023-08-29 11:43:41 +00:00
- with_ech
2022-11-21 07:25:49 +00:00
- with_utls
2023-03-20 09:36:59 +00:00
- with_reality_server
2023-11-13 06:12:22 +00:00
- with_acme
2022-08-21 05:03:19 +00:00
- with_clash_api
2022-08-12 14:53:46 +00:00
env :
- CGO_ENABLED=0
targets :
2023-11-13 14:58:53 +00:00
- linux_386
2022-08-12 14:53:46 +00:00
- linux_amd64_v1
- linux_amd64_v3
- linux_arm64
- linux_arm_7
2022-10-26 11:29:27 +00:00
- linux_s390x
2024-01-23 21:27:13 +00:00
- linux_riscv64
2022-08-12 14:53:46 +00:00
- windows_amd64_v1
- windows_amd64_v3
- windows_386
- windows_arm64
- darwin_amd64_v1
- darwin_arm64
mod_timestamp : '{{ .CommitTimestamp }}'
2023-10-25 04:00:00 +00:00
- id : legacy
2024-03-12 14:01:18 +00:00
<< : *template
2023-10-25 04:00:00 +00:00
tags :
- with_gvisor
- with_quic
- with_dhcp
- with_wireguard
- with_utls
- with_reality_server
2023-11-13 06:12:22 +00:00
- with_acme
2023-10-25 04:00:00 +00:00
- with_clash_api
env :
- CGO_ENABLED=0
2024-03-19 05:02:56 +00:00
- GOROOT={{ .Env.GOPATH }}/go1.20.14
gobinary : "{{ .Env.GOPATH }}/go1.20.14/bin/go"
2023-10-25 04:00:00 +00:00
targets :
- windows_amd64_v1
- windows_386
- darwin_amd64_v1
2022-12-11 06:38:01 +00:00
- id : android
2024-03-12 14:01:18 +00:00
<< : *template
2022-12-11 06:38:01 +00:00
env :
- CGO_ENABLED=1
overrides :
- goos : android
goarch : arm
goarm : 7
env :
2024-02-26 14:49:48 +00:00
- CC=armv7a-linux-androideabi21-clang
- CXX=armv7a-linux-androideabi21-clang++
2022-12-11 06:38:01 +00:00
- goos : android
goarch : arm64
env :
- CC=aarch64-linux-android21-clang
- CXX=aarch64-linux-android21-clang++
- goos : android
goarch : 386
env :
2024-02-26 14:49:48 +00:00
- CC=i686-linux-android21-clang
- CXX=i686-linux-android21-clang++
2022-12-11 06:38:01 +00:00
- goos : android
goarch : amd64
goamd64 : v1
env :
- CC=x86_64-linux-android21-clang
- CXX=x86_64-linux-android21-clang++
targets :
- android_arm_7
- android_arm64
- android_386
- android_amd64
2022-08-12 14:53:46 +00:00
snapshot :
name_template : "{{ .Version }}.{{ .ShortCommit }}"
archives :
2024-03-12 14:01:18 +00:00
- &template
id : archive
2023-10-25 04:00:00 +00:00
builds :
- main
- android
2022-08-12 14:53:46 +00:00
format : tar.gz
format_overrides :
- goos : windows
format : zip
wrap_in_directory : true
files :
- LICENSE
name_template : '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
2023-10-25 04:00:00 +00:00
- id : archive-legacy
2024-03-12 14:01:18 +00:00
<< : *template
2023-10-25 04:00:00 +00:00
builds :
- legacy
name_template : '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}-legacy'
2022-08-12 14:53:46 +00:00
nfpms :
- id : package
package_name : sing-box
file_name_template : '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
2024-03-12 14:01:18 +00:00
builds :
- main
2022-08-12 14:53:46 +00:00
homepage : https://sing-box.sagernet.org/
maintainer : nekohasekai <contact-git@sekai.icu>
description : The universal proxy platform.
license : GPLv3 or later
formats :
- deb
- rpm
2023-11-13 07:24:13 +00:00
- archlinux
2022-08-12 14:53:46 +00:00
priority : extra
contents :
- src : release/config/config.json
dst : /etc/sing-box/config.json
type : config
- src : release/config/sing-box.service
2024-03-19 04:01:28 +00:00
dst : /usr/lib/systemd/system/sing-box.service
2022-08-12 14:53:46 +00:00
- src : release/config/sing-box@.service
2024-03-19 04:01:28 +00:00
dst : /usr/lib/systemd/system/sing-box@.service
2022-08-12 14:53:46 +00:00
- src : LICENSE
dst : /usr/share/licenses/sing-box/LICENSE
2024-03-12 14:01:18 +00:00
deb :
signature :
key_file : "{{ .Env.NFPM_KEY_PATH }}"
2024-04-10 11:43:29 +00:00
fields :
Bugs : https://github.com/SagerNet/sing-box/issues
2024-03-12 14:01:18 +00:00
rpm :
signature :
key_file : "{{ .Env.NFPM_KEY_PATH }}"
overrides :
deb :
conflicts :
- sing-box-beta
rpm :
conflicts :
- sing-box-beta
2022-08-12 14:53:46 +00:00
source :
2022-08-21 05:03:19 +00:00
enabled : false
2022-08-12 14:53:46 +00:00
name_template : '{{ .ProjectName }}-{{ .Version }}.source'
prefix_template : '{{ .ProjectName }}-{{ .Version }}/'
checksum :
2022-08-21 05:03:19 +00:00
disable : true
2022-08-12 14:53:46 +00:00
name_template : '{{ .ProjectName }}-{{ .Version }}.checksum'
signs :
- artifacts : checksum
release :
github :
owner : SagerNet
name : sing-box
draft : true
2024-03-12 14:01:18 +00:00
prerelease : auto
mode : replace
ids :
- archive
- package
skip_upload : true