Skip to content

Commit

Permalink
chore: add missing lima
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed May 19, 2024
1 parent ee78ce7 commit 4a9c584
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
if: ${{ needs.build.result == 'success' }}
runs-on: macos-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

# - name: Setup Go
# uses: actions/setup-go@v5
- name: Install Lima
Expand All @@ -172,8 +175,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 4a9c584

Please sign in to comment.