Skip to content

Commit

Permalink
HACK: Temporarily skip ARM64 container jobs.
Browse files Browse the repository at this point in the history
They're broken in GHA:
actions/runner-images#11561
actions/partner-runner-images#46

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
  • Loading branch information
dceara committed Feb 10, 2025
1 parent 0c120fe commit 72a77f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.IMAGE_NAME }}
archs: amd64, arm64
archs: amd64
tags: ${{ matrix.distro }}
build-args: CONTAINERS_PATH=${{ env.CONTAINERS_PATH }}
dockerfiles: ${{ env.CONTAINERS_PATH }}/${{ matrix.distro }}/Dockerfile
Expand Down

0 comments on commit 72a77f5

Please sign in to comment.