1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

fix: upx UnknownExecutableFormatException

closes #5141
This commit is contained in:
Carlos Alexandro Becker 2024-09-17 09:30:49 -03:00
parent 527485c58f
commit e8c2ef7735
No known key found for this signature in database

View File

@ -95,6 +95,7 @@ var knownExceptions = []string{
"CantPackException",
"AlreadyPackedException",
"NotCompressibleException",
"UnknownExecutableFormatException",
}
func findBinaries(ctx *context.Context, upx config.UPX) []*artifact.Artifact {