You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
refactor: put common extra keys in the artifact package (#2580)
* refactor: put common extra keys in the artifact package Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * refactor: common extra fields have their own funcs Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * refactor: 2 more Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: review Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
160d97af40
commit
df2f00fc8b
@@ -69,7 +69,7 @@ func TestWithArtifact(t *testing.T) {
|
||||
Goarm: "6",
|
||||
Gomips: "softfloat",
|
||||
Extra: map[string]interface{}{
|
||||
"Binary": "binary",
|
||||
artifact.ExtraBinary: "binary",
|
||||
},
|
||||
},
|
||||
map[string]string{"linux": "Linux"},
|
||||
|
||||
Reference in New Issue
Block a user