truemark/AWS Remote Docker Action
Creates arm64 and amd64 EC2 instances running docker for use with docker/buildx for native multi-architecture builds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| subnet-id | Subnet ID to launch the instances in | yes | — |
| security-group-id | Security group to apply to the EC2 instances | yes | — |
| arm64-instance-type | Instance type to use for the arm64 EC2 instance | no | c7g.large |
| amd64-instance-type | Instance type to use for the amd64 EC2 instance | no | c6i.large |
| instance-profile | Instance profile to use for the EC2 instances | no | — |
| volume-size | Volume size in GB to use for the EC2 instances | no | 8 |
| associate-public-ip-address | Associate a public IP address to the EC2 instances | no | true |
| tags | Tags to apply to the EC2 instances | no | — |
| region | AWS region to use for the EC2 instances | yes | — |
| key-name | SSH key name to use for the EC2 instances | no | — |
Outputs
| name | description |
|---|---|
| arm64-instance-id | The instance ID of the arm64 EC2 instance |
| amd64-instance-id | The instance ID of the amd64 EC2 instance |