mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
build: Add arm64 to Darwinextended build and add vendorInfo
Closes #8003
This commit is contained in:
parent
718fba7d63
commit
29fb456c9e
4 changed files with 158 additions and 9 deletions
|
@ -262,7 +262,7 @@ func (r *ReleaseHandler) release(releaseNotesFile string) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
args := []string{"--rm-dist", "--release-notes", releaseNotesFile}
|
||||
args := []string{"--parallelism", "3", "--rm-dist", "--release-notes", releaseNotesFile}
|
||||
if r.skipPublish {
|
||||
args = append(args, "--skip-publish")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue