You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +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:
		| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user