From c36ffbaa97c3037b48e660e983de2c8ffd61778d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20B=C3=BClow?= Date: Thu, 3 Aug 2023 14:46:40 +0200 Subject: [PATCH] removed comments from woodpecker yaml --- .woodpecker.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2c11527..b89df4b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,4 @@ # Build and publish Docker images for multible architectures. -# -# Pushing an image to forgejo as container registry, -# package owner will be the repo owner. -# -# this config also shows usage of yaml aliases and -# was taken from https://codeberg.org/6543/docker-images/src/commit/37e29c227717c1c07d2776cddcf14725bf952875/.woodpecker/hello.yml when: branch: main @@ -18,7 +12,7 @@ steps: image: woodpeckerci/plugin-docker-buildx settings: dockerfile: *file - platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le + platforms: linux/arm64/v8,linux/amd64 dry_run: true repo: *repo tags: latest