File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88 paths :
99 - " images/**"
1010 - " .github/workflows/packer-build.yml"
11+ - " module/runners/templates/**"
1112
1213env :
1314 AWS_REGION : eu-west-1
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ build {
102102 install_runner = templatefile (" ../../modules/runners/templates/install-runner.sh" , {
103103 ARM_PATCH = " "
104104 S3_LOCATION_RUNNER_DISTRIBUTION = " "
105+ RUNNER_ARCHITECTURE = " x64"
105106 })
106107 })
107108 destination = " /tmp/install-runner.sh"
@@ -113,7 +114,7 @@ build {
113114 ]
114115 inline = [
115116 " sudo chmod +x /tmp/install-runner.sh" ,
116- " sudo RUNNER_TARBALL_URL=$RUNNER_TARBALL_URL /tmp/install-runner.sh"
117+ " sudo RUNNER_ARCHITECTURE=x64 RUNNER_TARBALL_URL=$RUNNER_TARBALL_URL /tmp/install-runner.sh"
117118 ]
118119 }
119120
You can’t perform that action at this time.
0 commit comments