We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303a1ad commit dafed61Copy full SHA for dafed61
.github/workflows/tests.yml
@@ -33,5 +33,9 @@ jobs:
33
scenario=${scenario%@*}
34
script=${scenario%-*}
35
release=${scenario#*-}
36
+
37
+ # HACK: i386 podman container fails apt signature verification
38
+ [ "${release#i386}" = "$release" ] || sudo dpkg -P podman
39
40
# run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
41
sudo ${{ matrix.env }} tests/run-${script} $release
0 commit comments