baschny/Append BuildX nodes
Appends docker buildx nodes to an already setup buildex builder.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Nov 29, 2023
- License
- MIT
Pinned Snippet
uses: baschny/append-buildx-action@f339ce1a77bf58e94ededc8f6bc1726593546119 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| builder | The builder name from the previous step | yes | "" |
| platform | For what platform to add the new node (defaults to `linux/arm64`) | no | linux/arm64 |
| node_name | The name of the new node (defaults to `arm`) | no | arm |
| driver_opt | Some --driver-opt settings - i.e. `nodeselector=kubernetes.io/arch=arm64` | no | "" |
| endpoint | An endpoint/context for this node - i.e. `ssh://user@docker-instance.example.com` | no | "" |
| ssh_private_key | If the endpoint is a ssh:// endpoint, load this private key | no | "" |
Outputs
no outputs