Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down