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 94
94
export PACKER_LOG=1
95
95
packer build -var "git_sha=${GIT_SHA}" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
96
96
97
+ - name : list size
98
+ run : |
99
+ ls -lhs output-cloudimg/
100
+
97
101
- name : Grab release version
98
102
id : process_release_version
99
103
run : |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postgres_major:
10
10
# Full version strings for each major version
11
11
postgres_release :
12
12
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"
14
14
postgres15 : " 15.8.1.123"
15
15
16
16
# Non Postgres Extensions
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ source "qemu" "cloudimg" {
74
74
format = " qcow2"
75
75
headless = true
76
76
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"
79
79
memory = 40000
80
80
qemu_binary = " qemu-system-aarch64"
81
81
qemuargs = [
You can’t perform that action at this time.
0 commit comments