Skip to content

Commit

Permalink
Merge pull request #78 from crazy-max/ci-fix-docker
Browse files Browse the repository at this point in the history
ci: update setup docker action to latest and fix QEMU
  • Loading branch information
ashvardanian authored Aug 31, 2023
2 parents 8c34bf7 + c8870c1 commit fca77f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:

- name: Setup Docker
if: matrix.os != 'windows-2022'
uses: crazy-max/ghaction-setup-docker@v1.0.0
with:
version: 23.0.1
uses: crazy-max/ghaction-setup-docker@v1
env:
SIGN_QEMU_BINARY: 1

- name: Setup QEMU
if: matrix.os != 'windows-2022'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0

0 comments on commit fca77f3

Please sign in to comment.