From dfbd89d4cf0208ff7b55afafdbf00c406b78bf9a Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 12 Jul 2026 23:34:54 +0200 Subject: [PATCH] build correct arch supervisord --- .woodpecker/build-images.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build-images.yaml b/.woodpecker/build-images.yaml index 986ade8..368a6e3 100644 --- a/.woodpecker/build-images.yaml +++ b/.woodpecker/build-images.yaml @@ -38,13 +38,13 @@ steps: - gitea.lumpiasty.xyz/lumpiasty/coredns-mikrotik:buildcache depends_on: ["Get registry creds from OpenBao"] - - name: Build and push llama-swap-supervisord + - name: Build and push supervisord image: woodpeckerci/plugin-docker-buildx:6.1.1 privileged: true settings: registry: gitea.lumpiasty.xyz repo: gitea.lumpiasty.xyz/lumpiasty/supervisord - platforms: linux/arm64 + platforms: linux/amd64 tags: - latest - ${CI_COMMIT_SHA:0:8} @@ -66,4 +66,4 @@ steps: - status: [success, failure] depends_on: - Build and push mikrotik coredns - - Build and push llama-swap-supervisord + - Build and push supervisord