Skip to content

Commit 1d45f5c

Browse files
committed
build: Configure Scoop as packager
1 parent 6fdf9c9 commit 1d45f5c

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

jreleaser.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
matrix:
1818
rows:
19-
- { goos: darwin, goarch: arm64, platform: osx-aarch_64 }
20-
- { goos: darwin, goarch: amd64, platform: osx-x86_64 }
21-
- { goos: linux, goarch: arm64, platform: linux-aarch_64 }
22-
- { goos: linux, goarch: amd64, platform: linux-x86_64 }
23-
- { goos: windows, goarch: arm64, platform: windows-aarch_64 }
24-
- { goos: windows, goarch: amd64, platform: windows-x86_64 }
19+
- { goos: darwin, goarch: arm64, skipScoop: false, platform: osx-aarch_64 }
20+
- { goos: darwin, goarch: amd64, skipScoop: false, platform: osx-x86_64 }
21+
- { goos: linux, goarch: arm64, skipScoop: false, platform: linux-aarch_64 }
22+
- { goos: linux, goarch: amd64, skipScoop: false, platform: linux-x86_64 }
23+
- { goos: windows, goarch: arm64, skipScoop: true, platform: windows-aarch_64 }
24+
- { goos: windows, goarch: amd64, skipScoop: false, platform: windows-x86_64 }
2525

2626
hooks:
2727
script:
@@ -128,6 +128,11 @@ distributions:
128128
multiPlatform: true
129129
repository:
130130
active: RELEASE
131+
scoop:
132+
active: ALWAYS
133+
continueOnError: true
134+
repository:
135+
active: RELEASE
131136
chocolatey:
132137
active: ALWAYS
133138
continueOnError: true

0 commit comments

Comments
 (0)