Commit e6acdcf
committed
fix(release): drop bogus mips64 hardfloat suffix from archive names
The archive name template hardcoded mips64_hardfloat /
mips64le_hardfloat suffixes even though gomips is set to softfloat,
producing files named *_hardfloat.tar.gz that actually contain
softfloat builds. Drop the suffix entirely and let the default
{{ .Arch }} branch handle them — keeping a single softfloat build per
mips arch and naming it accurately.1 parent 431cc21 commit e6acdcf
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
0 commit comments