ci: echo build arch (uname -m) as first line of every step for visibility
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Oleks
2026-06-02 13:44:44 +03:00
parent 68f56637e9
commit 0b7b2ce059
+1
View File
@@ -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
- |