Skip to content

Commit

Permalink
Remove arm64 as we need a QEMU env for this
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Nov 9, 2023
1 parent 9b570fb commit 0c1766d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
image: debian:bookworm
strategy:
matrix:
architecture: [arm64, amd64]
architecture: [amd64]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0c1766d

Please sign in to comment.