Skip to content

Commit c3fae7d

Browse files
committed
Fix podman
1 parent d688bd2 commit c3fae7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
sparse-checkout: .github/workflows/containers/github-action-ci/
38+
# podman is not installed by default on the ARM64 images.
3839
- name: Install Podman
3940
if: runner.arch == 'ARM64'
4041
run: |

0 commit comments

Comments
 (0)