From 5d5fe50e9a0e65c25eea5bbac78e515999e544d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 20 Aug 2024 12:58:59 +0300 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a050c5d..ecde854 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Multiarch Docker image build pipeline -Include this repository as `.woodpecker` submodule in your Git repository +Until Woodpecker has some mechanism to deduplicate YAML code copy the files to +your Git repository's `.woodpecker` directory This pipeline follows some patterns: -* All images are built multiarch amd64 and arm64 both +* All images built are `amd64` and `arm64` multiarch * Image names are consistently mapped between Git repo and Harbor, so git.k-space.ee/foo/bar becomes harbor.k-space.ee/foo/bar