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 370bc6f commit 28b614d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:
# tags:
# - "v*"
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Debug with tmate set "debug_enabled"'
required: false
default: false

jobs:
build:
Expand Down Expand Up @@ -32,6 +39,12 @@ jobs:
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
echo "VERSION=$version" >> $GITHUB_ENV
echo "### Version: $version" >> $GITHUB_STEP_SUMMARY
- name: tmate debugging session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
with:
limit-access-to-actor: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Docker
run: |
brew install --cask docker
Expand Down

0 comments on commit 28b614d

Please sign in to comment.