Skip to content

Commit dbf139f

Browse files
committed
try zstd compression
1 parent 82d7038 commit dbf139f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postgres_major:
1010
# Full version strings for each major version
1111
postgres_release:
1212
postgresorioledb-17: "17.5.1.009-orioledb"
13-
postgres17: "17.4.1.067-rc.8"
13+
postgres17: "17.4.1.067-rc.9-zstd"
1414
postgres15: "15.8.1.123"
1515

1616
# Non Postgres Extensions

qemu-arm64-nix.pkr.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ source "qemu" "cloudimg" {
8080
iso_checksum = "file:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
8181
iso_url = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img"
8282
memory = 40000
83+
qemu_img_args {
84+
convert = ["-o", "compression_type=zstd"]
85+
}
8386
qemu_binary = "qemu-system-aarch64"
8487
qemuargs = [
8588
["-machine", "virt,gic-version=3"],

0 commit comments

Comments
 (0)