ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
137 stars 12 forks source link

fix: statically compile when doing direct docker build #145

Closed ekristen closed 5 months ago

ekristen commented 5 months ago

The preferred method of building is to use goreleaser but this method is in place for quick and easy builds for testing purposes, unfortunately it didn't match the goreleaser configuration, this resolves that.

This turns on static compilation for the binary when being built directly with docker instead of goreleaser.

Resolve #144

ekristen commented 5 months ago

:tada: This PR is included in version 3.0.0-beta.44 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ekristen commented 3 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: