From 6d39fb0bb3500bcb0acad47b3466c778c96b83a8 Mon Sep 17 00:00:00 2001 From: kovacs Date: Mon, 9 Oct 2023 16:07:06 +0800 Subject: [PATCH] feat(tpclash): add 386 add 386 Signed-off-by: kovacs --- tpclash/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tpclash/Earthfile b/tpclash/Earthfile index 5bceaaf..cb85e6f 100644 --- a/tpclash/Earthfile +++ b/tpclash/Earthfile @@ -53,5 +53,5 @@ all: ARG VERSION=$(curl -sSL "https://api.github.com/repos/mritd/tpclash/releases/latest" | jq -r '.tag_name') - BUILD --platform=linux/amd64 --platform=linux/arm64 +build-premium --VERSION=${VERSION} - BUILD --platform=linux/amd64 --platform=linux/arm64 +build-meta --VERSION=${VERSION} + BUILD --platform=linux/386 --platform=linux/amd64 --platform=linux/arm64 +build-premium --VERSION=${VERSION} + BUILD --platform=linux/386 --platform=linux/amd64 --platform=linux/arm64 +build-meta --VERSION=${VERSION}