From 3a8dbc05fbf5d7e6ce4c7fae81f47b2214e8502b Mon Sep 17 00:00:00 2001 From: naicoi Date: Thu, 18 May 2023 14:52:11 +0700 Subject: [PATCH] Update docker image and platforms in .woodpecker.yml The commit updates the docker image to version 20 and removes the v8 suffix from the arm64 platform. The new platforms are linux/amd64 and linux/arm64. --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 6aec9eb..de66def 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: alpine: - image: woodpeckerci/plugin-docker-buildx + image: woodpeckerci/plugin-docker-buildx:20 settings: repo: lttech/deno-deployctl - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64 username: lttech password: from_secret: docker_lttech