Skip to content

Commit

Permalink
fixup! Add support for ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jan 14, 2024
1 parent d186231 commit 03ee2bb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ jobs:
strategy:
matrix:
version:
# - 9.2
# - 9.3
- 9.2
- 9.3
- 10.0_RC1

architecture:
# - name: x86-64
# qemu: x86_64
- name: x86-64
qemu: x86_64

- name: arm64
qemu: aarch64

# exclude:
# - version: 9.2
# architecture:
# name: arm64
# qemu: aarch64
#
# - version: 9.3
# architecture:
# name: arm64
# qemu: aarch64
exclude:
- version: 9.2
architecture:
name: arm64
qemu: aarch64

- version: 9.3
architecture:
name: arm64
qemu: aarch64

steps:
- name: Clone Repository
Expand Down

0 comments on commit 03ee2bb

Please sign in to comment.