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 ea58fac commit e8c26e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
echo "VERSION=$version" >> $GITHUB_ENV
echo "### Version: $version" >> $GITHUB_STEP_SUMMARY
- name: Install Lima
run: |
brew install lima
limactl start
- name: Set up Docker
uses: crazy-max/ghaction-setup-docker@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit e8c26e1

Please sign in to comment.