From cf13b39d0f00728938d1f65efadbae0454933e43 Mon Sep 17 00:00:00 2001 From: naicoi Date: Thu, 18 May 2023 14:52:49 +0700 Subject: [PATCH] Update docker image version and platforms in .woodpecker.yml This commit updates the docker image version to 20 and removes the v8 suffix from linux/arm64 platform in .woodpecker.yml file. The updated 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 edcaaf7..f81612f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,10 +9,10 @@ matrix: pipeline: ${version}-${os}: - image: woodpeckerci/plugin-docker-buildx + image: woodpeckerci/plugin-docker-buildx:20 settings: repo: lttech/pm2 - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64 tags: - ${version}-${os} build_args: