mirror of
https://github.com/alibaba/higress.git
synced 2026-06-08 20:27:31 +08:00
fix: Use the official tinygo package to build Wasm go plugin builder (#1161)
This commit is contained in:
@@ -5,7 +5,7 @@ GO_VERSION ?= 1.19
|
|||||||
TINYGO_VERSION ?= 0.28.1
|
TINYGO_VERSION ?= 0.28.1
|
||||||
ORAS_VERSION ?= 1.0.0
|
ORAS_VERSION ?= 1.0.0
|
||||||
HIGRESS_VERSION ?= 1.0.0-rc
|
HIGRESS_VERSION ?= 1.0.0-rc
|
||||||
USE_HIGRESS_TINYGO ?= true
|
USE_HIGRESS_TINYGO ?= false
|
||||||
BUILDER ?= ${BUILDER_REGISTRY}wasm-go-builder:go${GO_VERSION}-tinygo${TINYGO_VERSION}-oras${ORAS_VERSION}
|
BUILDER ?= ${BUILDER_REGISTRY}wasm-go-builder:go${GO_VERSION}-tinygo${TINYGO_VERSION}-oras${ORAS_VERSION}
|
||||||
BUILD_TIME := $(shell date "+%Y%m%d-%H%M%S")
|
BUILD_TIME := $(shell date "+%Y%m%d-%H%M%S")
|
||||||
COMMIT_ID := $(shell git rev-parse --short HEAD 2>/dev/null)
|
COMMIT_ID := $(shell git rev-parse --short HEAD 2>/dev/null)
|
||||||
|
|||||||
Reference in New Issue
Block a user