From 9619f3ca27fadb9fb0796af613db4c7daa5f79ab Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 29 Jan 2022 09:13:46 +0100 Subject: [PATCH 1/2] Pinned platform --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7a82b2d..d511120 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,5 @@ +platform: linux/amd64 + pipeline: build: image: 'archlinux:latest' From 865e887a0937ae17d3b56f5b377daa3ca9c69f9a Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 29 Jan 2022 09:14:43 +0100 Subject: [PATCH 2/2] Always pull --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 67f9704..323a9d4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ platform: linux/amd64 pipeline: build: image: 'archlinux:latest' + pull: true environment: - SCCACHE_BUCKET=bur - SCCACHE_ENDPOINT=s3.rustybever.be