actions-marketplace-validations/Append BuildX nodes

Appends docker buildx nodes to an already setup buildex builder.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 29, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/baschny_append-buildx-action@f9c43cd9d9f2ab62dde93e418dbd5e1dfc8ebc10 # no releases — HEAD as of 2026-07-13

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