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 Jul 5, 2023
1 parent 262779c commit 3f5468a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
fail-fast: false
matrix:
version:
- '12.2'
- '12.4'
- '13.0'
- '13.1'
# - '12.2'
# - '12.4'
# - '13.0'
# - '13.1'
- '13.2'

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

- name: arm64
qemu: aarch64
Expand All @@ -51,6 +51,8 @@ jobs:

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true

- name: Build Image
run: PACKER_LOG=1 ./build.sh '${{ matrix.version }}' '${{ matrix.architecture.name }}' -var 'headless=true'
Expand Down

0 comments on commit 3f5468a

Please sign in to comment.