Skip to content

Commit d9a15c6

Browse files
committed
Max parked nodes by using percentages (adobe#403) (adobe#408)
* Allow MaxParkedNodes to work with percentages * Park nodes by ago, oldest first
1 parent e341967 commit d9a15c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ builds:
2222
signs:
2323
- cmd: cosign
2424
env: [COSIGN_EXPERIMENTAL=1]
25+
signature: ${artifact}.bundle
2526
args:
2627
- sign-blob
27-
- --bundle=${signature}.bundle
28+
- --bundle=${signature}
2829
- ${artifact}
2930
- --yes # needed on cosign 2.0.0+
3031
artifacts: checksum

0 commit comments

Comments
 (0)