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 cb39b3e commit 44f9ea7Copy full SHA for 44f9ea7
.github/workflows/devcontainer.yaml
@@ -26,11 +26,15 @@ permissions:
26
27
jobs:
28
build:
29
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
30
if: github.repository == 'argoproj/argo-workflows'
31
steps:
32
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
34
+ with:
35
+ # Workaround for segfaults under arm64:
36
+ # https://github.com/docker/setup-qemu-action/issues/198#issuecomment-2653791775
37
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
38
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
39
- name: Login to registry
40
if: ${{ github.event_name == 'push' }}
0 commit comments