From 35a14b627bab9d4ef48dd3d5178ef60c1c250c79 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 17 Nov 2024 14:04:02 +0000 Subject: [PATCH] Add arm64 support --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0630466..b36511d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ steps: - name: Build and Publish Docker Image image: woodpeckerci/plugin-docker-buildx:4.2 settings: - platforms: linux/amd64 + 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}