baschny/Append BuildX nodes

Appends docker buildx nodes to an already setup buildex builder.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Nov 29, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: baschny/append-buildx-action@f339ce1a77bf58e94ededc8f6bc1726593546119 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
builderThe builder name from the previous stepyes""
platformFor what platform to add the new node (defaults to `linux/arm64`)nolinux/arm64
node_nameThe name of the new node (defaults to `arm`)noarm
driver_optSome --driver-opt settings - i.e. `nodeselector=kubernetes.io/arch=arm64`no""
endpointAn endpoint/context for this node - i.e. `ssh://user@docker-instance.example.com`no""
ssh_private_keyIf the endpoint is a ssh:// endpoint, load this private keyno""

no outputs