We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1de77f commit fc22094Copy full SHA for fc22094
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
name: linux
21
lib_ext: so
22
23
- - os: macos-latest
24
- lib_ext: so
25
- name: macos
26
- cpu: arm64
+ # - os: macos-latest
+ # lib_ext: so
+ # name: macos
+ # cpu: arm64
27
28
- os: windows-latest
29
cpu: amd64
Makefile
@@ -15,7 +15,7 @@ endif
15
# Configuration for fetching the right binary
16
OS ?= "linux"
17
ARCH ?= "amd64"
18
-VERSION ?= "v0.0.15"
+VERSION ?= "v0.0.16"
19
LATEST_URL := "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip"
VERSIONED_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
0 commit comments