kaniko
kaniko copied to clipboard
fix(Makefile): use goos for installing container-diff
Signed-off-by: HΓΆhl, Lukas [email protected]
Description
When installing container-diff via the makefile target "install-container-diff", it always installed the linux version. In case of running on darwin, this will result in an exec format error.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
- [x] Includes unit tests
- [x] Adds integration tests if needed.
See the contribution guide for more details.
Reviewer Notes
- [ ] The code flow looks good.
- [ ] Unit tests and or integration tests added.