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 3f5468a commit b44734b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
version: "1.9.1"

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- 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 b44734b

Please sign in to comment.