ci: add macos x86_64 nightly build

This commit is contained in:
Pierre Tachoire
2025-03-18 11:28:39 +01:00
parent 0d291f1a36
commit e79cd58c8f
2 changed files with 35 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ kernel = $(shell uname -ms)
ifeq ($(kernel), Darwin arm64)
OS := macos
ARCH := aarch64
else ifeq ($(kernel), Darwin x86_64)
OS := macos
ARCH := x86_64
else ifeq ($(kernel), Linux aarch64)
OS := linux
ARCH := aarch64