Shopify / kubeaudit

kubeaudit helps you audit your Kubernetes clusters against common security controls
MIT License
1.88k stars 185 forks source link

build static binaries (#579) #580

Open robinelfrink opened 5 months ago

robinelfrink commented 5 months ago
Description

Make gorelease build sstatic binaries, instead of dynamically linked. This ensures the binaries are useable on (almost) any version and variations of operating systems the binaries are built for, and also makes sure the docker container has a static binary.

Fixes #579

Type of change
Checklist:

I will not sign the CLA, as it wants my home address, and I think that is completely irrelevant.

I hereby grant Shopify the right to simply copy the line I added to .goreleaser.yml.

dani-santos-code commented 4 months ago

hi, @robinelfrink ! thank you for your contribution. Can you sign the CLA here? https://cla.shopify.com/

robinelfrink commented 4 months ago

Hi @dani-santos-code,

hi, @robinelfrink ! thank you for your contribution. Can you sign the CLA here? https://cla.shopify.com/

No, I cannot. The form wants my home address. I don't see how that is relevant.

BoBeR182 commented 6 days ago

I signed the CLA and submitted the patch.

592