actions-marketplace-validations/Append BuildX nodes
Appends docker buildx nodes to an already setup buildex builder.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 29, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/baschny_append-buildx-action@f9c43cd9d9f2ab62dde93e418dbd5e1dfc8ebc10 # no releases — HEAD as of 2026-07-13tags 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