Skip to content

Commit

Permalink
fix: not work if extra-arch not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmx233 committed May 23, 2024
1 parent 6d5bb76 commit 20925c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ func (a *Builder) BuildArches() error {
}
}
}
} else {
tasks.PushBack(a.NewTask(GOOS, GOARCH, nil, nil))
}
}
}
Expand Down

0 comments on commit 20925c8

Please sign in to comment.