This commit is contained in:
Arnaud 2025-10-16 05:26:02 +02:00
parent 7f8f89577c
commit d9c474edea
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -20,12 +20,8 @@ endif
# Configuration for fetching the right binary
OS ?= "linux"
ARCH ?= "amd64"
VERSION ?= "v0.0.17"
DOWNLOAD_URL ?= "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip"
ifneq ($(VERSION),)
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
endif
VERSION ?= "v0.0.20"
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
all: run