File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
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
7164 exit 1
7265 fi
7366
74- - name : Get binaries
67+ - name : Install dependencies
7568 run : |
76- hash
77- echo $PATH
69+ sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm
7870
7971 - name : Set PostgreSQL version environment variable
8072 run : echo "POSTGRES_MAJOR_VERSION=${{ matrix.postgres_version }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments