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

This commit is contained in:
Oleks
2026-06-02 13:44:45 +03:00
parent c284c27aa8
commit 597f089c53
+1
View File
@@ -45,6 +45,7 @@ steps:
BUILDKIT_ADDR: "tcp://buildkit-rootless-arm64.infra.svc.cluster.local:1234"
PUBLISH: "1"
commands:
- echo "▸ arch=$(uname -m)"
# Wait for the in-cluster buildkit to be reachable (it can be cold).
- |
BUILDER_HOST="buildkit-rootless-arm64.infra.svc.cluster.local"