File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 9494 export PACKER_LOG=1
9595 packer build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
9696
97+ - name : list size
98+ run : |
99+ ls -lhs output-cloudimg/
100+
97101 - name : Grab release version
98102 id : process_release_version
99103 run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postgres_major:
1010# Full version strings for each major version
1111postgres_release :
1212 postgresorioledb-17 : " 17.5.1.009-orioledb"
13- postgres17 : " 17.4.1.067-rc.4 -minimal"
13+ postgres17 : " 17.4.1.067-rc.5 -minimal"
1414 postgres15 : " 15.8.1.123"
1515
1616# Non Postgres Extensions
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ source "qemu" "cloudimg" {
7474 format = " qcow2"
7575 headless = true
7676 http_directory = " http"
77- iso_checksum = " file:https://cloud-images.ubuntu.com/noble/current /SHA256SUMS"
78- iso_url = " https://cloud-images.ubuntu.com/minimal/releases/noble/release-20250619 /ubuntu-24.04-minimal-cloudimg-arm64.img"
77+ iso_checksum = " file:https://cloud-images.ubuntu.com/minimal/releases/ noble/release /SHA256SUMS"
78+ iso_url = " https://cloud-images.ubuntu.com/minimal/releases/noble/release/ubuntu-24.04-minimal-cloudimg-arm64.img"
7979 memory = 40000
8080 qemu_binary = " qemu-system-aarch64"
8181 qemuargs = [
You can’t perform that action at this time.
0 commit comments