Skip to content

Commit 22938b3

Browse files
committed
minimal image
1 parent 1702964 commit 22938b3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
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: |

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.4-minimal"
13+
postgres17: "17.4.1.067-rc.5-minimal"
1414
postgres15: "15.8.1.123"
1515

1616
# Non Postgres Extensions

qemu-arm64-nix.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)