Skip to content

Commit d688bd2

Browse files
committed
Fix podman
1 parent dbbbea3 commit d688bd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-ci-container.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
sparse-checkout: .github/workflows/containers/github-action-ci/
38+
- name: Install Podman
39+
if: runner.arch == 'ARM64'
40+
run: |
41+
sudo apt-get install podman
3842
- name: Write Variables
3943
id: vars
4044
run: |

0 commit comments

Comments
 (0)