Skip to content

Commit 4823c8a

Browse files
committed
chore: install system dependencies
1 parent a65a8c5 commit 4823c8a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
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
@@ -71,10 +64,9 @@ jobs:
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

0 commit comments

Comments
 (0)