From 9849010c409af844a747b73b7b2af926cfef54d7 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 17 Jan 2022 19:00:00 +0100 Subject: [PATCH] add ,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64 --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 752bbc3..4040ed9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,7 +23,7 @@ pipeline: repo: woodpeckerci/plugin-git dockerfile: ./docker/Dockerfile.multiarch dry_run: true - platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le + platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64 tags: latest when: event: pull_request @@ -33,7 +33,7 @@ pipeline: settings: repo: woodpeckerci/plugin-git dockerfile: ./docker/Dockerfile.multiarch - platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le + platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64 tags: next secrets: [docker_username, docker_password] when: @@ -45,7 +45,7 @@ pipeline: settings: repo: woodpeckerci/plugin-git dockerfile: ./docker/Dockerfile.multiarch - platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le + platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64 tags: [latest, "${CI_TAG}"] secrets: [docker_username, docker_password] when: