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:
parent
d4c3e82a6c
commit
b9241a444c
@ -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())
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user