From 0b7b2ce059323e21a00a91029b8ed0125284a8d2 Mon Sep 17 00:00:00 2001 From: Oleks Date: Tue, 2 Jun 2026 13:44:44 +0300 Subject: [PATCH] ci: echo build arch (uname -m) as first line of every step for visibility --- .woodpecker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index b3522f8..aae3c30 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -33,6 +33,7 @@ steps: requests: memory: 4Gi commands: + - echo "▸ arch=$(uname -m)" # Bootstrap nix substituters and netrc — same as siblings in this repo. - echo "79.76.48.244 git.oleks.space nix-cache-upload.oleks.space" >>/etc/hosts - |