We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9893d23 commit ec455bcCopy full SHA for ec455bc
jreleaser.yml
@@ -76,9 +76,9 @@ distributions:
76
migtool:
77
type: NATIVE_IMAGE
78
artifacts:
79
- - path: "migtool-ubuntu-latest/migtool"
+ - path: "migtool-linux-x86/migtool"
80
transform: "{{distributionName}}-linux-x86_64"
81
platform: linux-x86_64
82
- - path: "migtool-macos-latest/migtool"
+ - path: "migtool-macos-arm64/migtool"
83
transform: "{{distributionName}}-macos-arm64"
84
platform: osx-aarch_64
0 commit comments