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 3535 strategy :
3636 matrix :
3737 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
4538 runs-on :
4639 group : pg-arm-large
4740 timeout-minutes : 150
9588 make init
9689 GIT_SHA=${{github.sha}}
9790 # TODO (darora): possibly need to install qemu deps here
91+ apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm
9892 packer build -var "git_sha=$(UPSTREAM_NIX_GIT_SHA)" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
9993 # 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
10094
You can’t perform that action at this time.
0 commit comments