Use download url with version and not latest to avoid cache issue

This commit is contained in:
Arnaud 2025-10-16 05:28:52 +02:00
parent 648d3f916e
commit e4a2a48059
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -21,6 +21,7 @@ endif
OS ?= "linux"
ARCH ?= "amd64"
VERSION ?= "v0.0.20"
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
all: run