Skip to content

Commit 6f54c61

Browse files
author
Per Goncalves da Silva
committed
remove podman
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent cb12b75 commit 6f54c61

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ jobs:
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version-file: 'go.mod'
20-
- name: Install podman
21-
run: |
22-
. /etc/os-release
23-
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
24-
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
25-
sudo apt-get update
26-
sudo apt-get -y install conntrack podman
27-
podman version
2820
- name: Create kind cluster and setup local docker registry
2921
run: |
3022
"${GITHUB_WORKSPACE}/scripts/start_registry.sh" kind-registry

0 commit comments

Comments
 (0)