File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 35
35
strategy :
36
36
matrix :
37
37
postgres_version : ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
38
- # include:
39
- # # TODO (darora): change to use non-self-hosted runners, since they now allow nested virtualization
40
- # - runner: arm-runner
41
- # arch: arm64
42
- # ubuntu_release: focal
43
- # ubuntu_version: 20.04
44
- # mcpu: neoverse-n1
45
38
runs-on :
46
39
group : pg-arm-large
47
40
timeout-minutes : 150
95
88
make init
96
89
GIT_SHA=${{github.sha}}
97
90
# TODO (darora): possibly need to install qemu deps here
91
+ apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm
98
92
packer build -var "git_sha=$(UPSTREAM_NIX_GIT_SHA)" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
99
93
# packer build -var "git-head-version=${GIT_SHA}" -var "packer-execution-id=${GITHUB_RUN_ID}" -var-file="development-arm.vars.pkr.hcl" -var-file="common-nix.vars.pkr.hcl" -var "ansible_arguments=-e postgresql_major=${POSTGRES_MAJOR_VERSION}" amazon-arm64-nix.pkr.hcl
100
94
You can’t perform that action at this time.
0 commit comments