mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-05 15:03:11 +00:00
Disable macos to check on others os and arch
This commit is contained in:
parent
c1de77fe8e
commit
fc220947e4
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -20,10 +20,10 @@ jobs:
|
||||
name: linux
|
||||
lib_ext: so
|
||||
|
||||
- os: macos-latest
|
||||
lib_ext: so
|
||||
name: macos
|
||||
cpu: arm64
|
||||
# - os: macos-latest
|
||||
# lib_ext: so
|
||||
# name: macos
|
||||
# cpu: arm64
|
||||
|
||||
- os: windows-latest
|
||||
cpu: amd64
|
||||
|
||||
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ endif
|
||||
# Configuration for fetching the right binary
|
||||
OS ?= "linux"
|
||||
ARCH ?= "amd64"
|
||||
VERSION ?= "v0.0.15"
|
||||
VERSION ?= "v0.0.16"
|
||||
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user