We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e124ab commit 253fcfeCopy full SHA for 253fcfe
README.md
@@ -98,9 +98,9 @@ make packer
98
This will boot and image three AWS EC2 instances in your account’s `us-east-1`
99
default VPC:
100
101
-- Linux amd64
102
-- Linux arm64
103
-- Windows amd64
+- Linux (64-bit x86)
+- Linux (64-bit Arm)
+- Windows (64-bit x86)
104
105
## Support Policy
106
@@ -119,9 +119,9 @@ We aim to support new regions within one month of general availability.
119
120
We build and deploy the following AMIs to all our supported regions:
121
122
-- Amazon Linux 2 (x86_64)
123
-- Amazon Linux 2 (arm64)
124
-- Windows Server 2019 (x86_64)
+- Amazon Linux 2 (64-bit x86)
+- Amazon Linux 2 (64-bit Arm)
+- Windows Server 2019 (64-bit x86)
125
126
### Buildkite Agent
127
0 commit comments