Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add freebsd & openbsd images #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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