Skip to content

Commit

Permalink
Update build-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith authored Jan 30, 2024
1 parent 2bd5375 commit c60e57b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
echo "VERSION=$version" >> $GITHUB_ENV
echo "### Version: $version" >> $GITHUB_STEP_SUMMARY
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
with:
version: v24.0.5
env:
SIGN_QEMU_BINARY: "1"
COLIMA_START_ARGS: --cpu 3 --memory 10 --disk 12
- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
#if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
Expand Down

0 comments on commit c60e57b

Please sign in to comment.