Skip to content

Commit

Permalink
Fix podman
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jan 31, 2025
1 parent 4b312eb commit 3a014cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
sparse-checkout: .github/workflows/containers/github-action-ci/
# podman is not installed by default on the ARM64 images.
- name: Install Podman
if: runner.arch == 'ARM64'
run: |
Expand Down

0 comments on commit 3a014cf

Please sign in to comment.