We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d688bd2 commit c3fae7dCopy full SHA for c3fae7d
.github/workflows/build-ci-container.yml
@@ -35,6 +35,7 @@ jobs:
35
uses: actions/checkout@v4
36
with:
37
sparse-checkout: .github/workflows/containers/github-action-ci/
38
+ # podman is not installed by default on the ARM64 images.
39
- name: Install Podman
40
if: runner.arch == 'ARM64'
41
run: |
0 commit comments