mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
@@ -103,7 +103,7 @@ release:
|
|||||||
archives:
|
archives:
|
||||||
-
|
-
|
||||||
id: "hugo"
|
id: "hugo"
|
||||||
builds: ['hugo', 'hugo_unix']
|
builds: ['hugo', 'hugo_unix', 'hugo_fat_darwin']
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
@@ -126,7 +126,7 @@ archives:
|
|||||||
- LICENSE
|
- LICENSE
|
||||||
-
|
-
|
||||||
id: "hugo_extended"
|
id: "hugo_extended"
|
||||||
builds: ['hugo_extended_windows', 'hugo_extended_linux', 'hugo_extended_darwin']
|
builds: ['hugo_extended_windows', 'hugo_extended_linux', 'hugo_extended_fat_darwin']
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
format_overrides:
|
format_overrides:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
@@ -148,6 +148,23 @@ archives:
|
|||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
|
||||||
|
universal_binaries:
|
||||||
|
-
|
||||||
|
id: hugo_fat_darwin
|
||||||
|
|
||||||
|
ids:
|
||||||
|
- hugo
|
||||||
|
|
||||||
|
replace: true
|
||||||
|
|
||||||
|
-
|
||||||
|
id: hugo_extended_fat_darwin
|
||||||
|
|
||||||
|
ids:
|
||||||
|
- hugo_extended_darwin
|
||||||
|
|
||||||
|
replace: true
|
||||||
|
|
||||||
nfpms:
|
nfpms:
|
||||||
-
|
-
|
||||||
id: "hugo"
|
id: "hugo"
|
||||||
|
Reference in New Issue
Block a user