From b7c1908073af1d3374eadf79e672fc8b02b7da68 Mon Sep 17 00:00:00 2001 From: Satya Date: Mon, 15 Jun 2026 13:05:55 +0800 Subject: [PATCH] Disable earthly remote registry-proxy export for linux x64 build --- .github/workflows/release.yml | 3 ++- config/version | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a0e306f5..645bdfd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: tags: - 'v*' + - 'dv*' jobs: build-push-amd: @@ -27,7 +28,7 @@ jobs: TAG=$(grep "tag=" config/version | cut -d'=' -f2) echo "TAG=${TAG}" >> $GITHUB_ENV - name: Run build - run: earthly --push +build --tag ${{ env.TAG }}-amd64 --platform linux/amd64 + run: earthly --push --disable-remote-registry-proxy +build --tag ${{ env.TAG }}-amd64 --platform linux/amd64 build-push-arm: runs-on: ARM64 diff --git a/config/version b/config/version index 0697aa79..5c77eb18 100644 --- a/config/version +++ b/config/version @@ -1,2 +1,2 @@ -tag=0.12.0-beta3 +tag=0.12.0-beta4 revision=