mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
docs: update CONTRIBUTING.md add upx as optional prerequesite (#4427)
A test failed as I didn't had upx installed: ``` --- FAIL: TestRun (0.58s) upx_test.go:119: Error Trace: /home/cipri/git/goreleaser/internal/pipe/upx/upx_test.go:119 Error: Received unexpected error: upx not found in PATH Test: TestRun FAIL ``` <!-- If applied, this commit will... --> ... <!-- Why is this change being made? --> ... <!-- # Provide links to any relevant tickets, URLs or other resources --> ...
This commit is contained in:
parent
57f25324a9
commit
11e5682165
@ -20,6 +20,7 @@ Other things you might need to run the tests:
|
||||
- [Podman](https://podman.io/)
|
||||
- [Snapcraft](https://snapcraft.io/)
|
||||
- [Syft](https://github.com/anchore/syft)
|
||||
- [upx](https://upx.github.io/)
|
||||
|
||||
Clone `goreleaser` anywhere:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user