Skip to content

Commit

Permalink
fix: Disable ARM64 for Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Nov 21, 2024
1 parent dc6bbbf commit 06d4b8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ jobs:
- os: jammy
arch: linux/amd64,linux/arm64
- os: noble
arch: linux/amd64,linux/arm64
# On GitHub Actions, build is too slow to be done on ARM64 virtialized on QEMU
# TODO: Re-enable ARM64 when GitHub Actions will provide native ARM64 runners
arch: linux/amd64
- os: ubi8
arch: linux/amd64,linux/arm64
- os: ubi9
Expand Down

0 comments on commit 06d4b8d

Please sign in to comment.