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 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
71
64
exit 1
72
65
fi
73
66
74
- - name : Get binaries
67
+ - name : Install dependencies
75
68
run : |
76
- hash
77
- echo $PATH
69
+ sudo apt-get install -y qemu-efi-aarch64 cloud-image-utils qemu-system-arm
78
70
79
71
- name : Set PostgreSQL version environment variable
80
72
run : echo "POSTGRES_MAJOR_VERSION=${{ matrix.postgres_version }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments