1
0
Fork 0

Merge branch v2.11 into v3.6

This commit is contained in:
mmatur 2025-12-05 09:49:14 +01:00
commit cd562a0451
No known key found for this signature in database
GPG key ID: 2FFE42FC256CFF8E
2 changed files with 5 additions and 3 deletions

View file

@ -24,7 +24,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ linux-amd64, linux-386, linux-arm, linux-arm64, linux-ppc64le, linux-s390x, linux-riscv64, darwin, windows-amd64, windows-arm64, windows-386, freebsd, openbsd ] os: [ linux-amd64, linux-386, linux-arm, linux-arm64, linux-ppc64le, linux-s390x, linux-riscv64, darwin-amd64, darwin-arm64, windows-amd64, windows-arm64, windows-386, freebsd-amd64, freebsd-386, openbsd-amd64, openbsd-386, openbsd-riscv64 ]
needs: needs:
- build-webui - build-webui

View file

@ -54,10 +54,12 @@ changelog:
archives: archives:
- id: traefik - id: traefik
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
format: tar.gz formats:
- tar.gz
format_overrides: format_overrides:
- goos: windows - goos: windows
format: zip formats:
- zip
files: files:
- LICENSE.md - LICENSE.md
- CHANGELOG.md - CHANGELOG.md