| Server IP : 157.230.181.24 / Your IP : 216.73.217.11 Web Server : Apache/2.4.58 (Ubuntu) System : Linux conductive 6.8.0-117-generic #117-Ubuntu SMP PREEMPT_DYNAMIC Tue May 5 19:26:24 UTC 2026 x86_64 User : ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/vhosts/ceagon/open-oscar-server/ |
Upload File : |
version: 2
before:
hooks:
- go mod tidy
builds:
- id: linux
binary: open_oscar_server
goos:
- linux
goarch:
- amd64
- arm
goarm:
- "7"
main: ./cmd/server
env:
- CGO_ENABLED=0
- id: macos
binary: open_oscar_server
goos:
- darwin
goarch:
- amd64
- arm64
main: ./cmd/server
env:
- CGO_ENABLED=0
- id: windows
binary: open_oscar_server
goos:
- windows
goarch:
- amd64
main: ./cmd/server
env:
- CGO_ENABLED=0
hooks:
post:
- cmd: bash ./scripts/sign_windows.sh "{{ .Path }}"
output: true
archives:
- id: linux
ids:
- linux
formats:
- tar.gz
wrap_in_directory: true
files:
- LICENSE
- src: config/settings.env
strip_parent: true
- src: config/ras.service
strip_parent: true
name_template: >-
{{ .Binary }}.{{ .Version }}.{{ .Os }}.
{{- if eq .Arch "amd64" }}x86_64{{ else }}arm64_arm7_raspberry_pi{{ end }}
- id: macos
ids:
- macos
formats:
- zip
wrap_in_directory: true
files:
- LICENSE
- src: config/settings.env
strip_parent: true
name_template: >-
{{ .Binary }}.{{ .Version }}.macos.
{{- if eq .Arch "amd64" }}intel_x86_64{{ else }}apple_silicon{{ end }}
- id: windows
ids:
- windows
formats:
- zip
wrap_in_directory: true
files:
- LICENSE
- src: config/settings.env
strip_parent: true
name_template: >-
{{ .Binary }}.{{ .Version }}.{{ .Os }}.
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
release:
draft: true