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 8
8
paths :
9
9
- " images/**"
10
10
- " .github/workflows/packer-build.yml"
11
+ - " module/runners/templates/**"
11
12
12
13
env :
13
14
AWS_REGION : eu-west-1
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ build {
102
102
install_runner = templatefile (" ../../modules/runners/templates/install-runner.sh" , {
103
103
ARM_PATCH = " "
104
104
S3_LOCATION_RUNNER_DISTRIBUTION = " "
105
+ RUNNER_ARCHITECTURE = " x64"
105
106
})
106
107
})
107
108
destination = " /tmp/install-runner.sh"
@@ -113,7 +114,7 @@ build {
113
114
]
114
115
inline = [
115
116
" 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"
117
118
]
118
119
}
119
120
You can’t perform that action at this time.
0 commit comments