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 1d76f99 commit c7e0204Copy full SHA for c7e0204
Makefile
@@ -9,9 +9,9 @@ PACKER_WINDOWS_FILES = $(exec find packer/windows)
9
10
AWS_REGION ?= us-east-1
11
12
-ARM64_INSTANCE_TYPE = m7g.xlarge
13
-AMD64_INSTANCE_TYPE = m7a.xlarge
14
-WIN64_INSTANCE_TYPE = m7i.xlarge
+ARM64_INSTANCE_TYPE ?= m7g.xlarge
+AMD64_INSTANCE_TYPE ?= m7a.xlarge
+WIN64_INSTANCE_TYPE ?= m7i.xlarge
15
16
BUILDKITE_BUILD_NUMBER ?= none
17
BUILDKITE_PIPELINE_DEFAULT_BRANCH ?= main
0 commit comments