From f62e9694535d543de6e98102340dd64c801d990d Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 8 Sep 2024 20:48:17 +0200 Subject: [PATCH] Update .woodpecker.yaml --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 0c36d30..7b27ac0 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -6,7 +6,7 @@ steps: - event: tag image: woodpeckerci/plugin-docker-buildx settings: - platforms: linux/amd64,linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 repo: ${CI_REG_HOST}:${CI_REG_PORT}/${CI_REPO_OWNER}/${CI_REPO_NAME} tags: latest registry: http://${CI_REG_HOST}:${CI_REG_PORT}