Skip to content

Commit f3b9465

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 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
@@ -95,6 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)