From 46d185eb9647f69a6a3fd752c8b9e88985e9903e Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Mon, 14 Nov 2022 00:22:21 +0000 Subject: [PATCH] only care about linux 64 and arm --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7ca07c545..b9ffd24a1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -207,5 +207,5 @@ pipeline: settings: repo: akkoma/akkoma dockerfile: Dockerfile - platforms: windows/amd64,darwin/amd64,darwin/arm64,freebsd/amd64,linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64/v8 tag: ${CI_COMMIT_BRANCH} \ No newline at end of file