mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
bump buildah to latest
Also includes a small change to make us of https://github.com/containers/buildah/pull/5039 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/buildah/chroot/seccomp.go
generated
vendored
6
vendor/github.com/containers/buildah/chroot/seccomp.go
generated
vendored
@@ -79,9 +79,11 @@ func setSeccomp(spec *specs.Spec) error {
|
||||
case specs.ArchS390X:
|
||||
return libseccomp.ArchS390X
|
||||
case specs.ArchPARISC:
|
||||
/* fallthrough */ /* for now */
|
||||
return libseccomp.ArchPARISC
|
||||
case specs.ArchPARISC64:
|
||||
/* fallthrough */ /* for now */
|
||||
return libseccomp.ArchPARISC64
|
||||
case specs.ArchRISCV64:
|
||||
return libseccomp.ArchRISCV64
|
||||
default:
|
||||
logrus.Errorf("unmappable arch %v", specArch)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user