1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: add more podman details

refs https://github.com/goreleaser/goreleaser/issues/3538
This commit is contained in:
Carlos A Becker 2022-11-08 23:15:12 -03:00
parent d4c3e82a6c
commit b9241a444c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 5 additions and 2 deletions

View File

@ -87,7 +87,6 @@ func TestTarGzFile(t *testing.T) {
}
require.NoError(t, err)
paths = append(paths, next.Name)
t.Logf("%s: %v", next.Name, next.FileInfo().Mode())
if next.Name == "sub1/executable" {
ex := next.FileInfo().Mode() | 0o111
require.Equal(t, next.FileInfo().Mode().String(), ex.String())

View File

@ -281,5 +281,9 @@ dockers:
use: podman
```
Note that GoReleaser will not install Podman for you, nor change any of its configuration.
Note that GoReleaser will not install Podman for you, nor change any of its
configuration.
If you want to use it rootless, make sure to follow
[this guide](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).