Skip to content

Commit f4ddff8

Browse files
committed
Workflows: remove manual installation step for podman/buildah on aarch64
They are already bundled in the latest runner image version
1 parent a43cbbe commit f4ddff8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: .github/workflows/ci-cd.yml

-10
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
coverage-percentage: ${{ steps.percentage.outputs.percentage }}
2727
steps:
2828
- uses: actions/checkout@v4
29-
- name: Install podman and buildah
30-
if: matrix.arch.name == 'arm64'
31-
run: |
32-
sudo apt-get update
33-
sudo apt-get install podman buildah
3429
- name: Cache veekun database
3530
uses: actions/cache@v4
3631
with:
@@ -140,11 +135,6 @@ jobs:
140135
os: ubuntu-24.04-arm # renovate: github-runner
141136
steps:
142137
- uses: actions/checkout@v4
143-
- name: Install podman and buildah
144-
if: matrix.arch.name == 'arm64'
145-
run: |
146-
sudo apt-get update
147-
sudo apt-get install podman buildah
148138
- name: Get target image name
149139
id: image
150140
run: echo "image_name=${GITHUB_REPOSITORY,,}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)