Skip to content

Commit 006757e

Browse files
committed
back to non-minimal
1 parent e798792 commit 006757e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

qemu-arm64-nix.pkr.hcl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ source "qemu" "cloudimg" {
7474
format = "qcow2"
7575
headless = true
7676
http_directory = "http"
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"
77+
# TODO (darora): switch to minimal images
78+
# iso_checksum = "file:https://cloud-images.ubuntu.com/minimal/releases/noble/release/SHA256SUMS"
79+
# iso_url = "https://cloud-images.ubuntu.com/minimal/releases/noble/release/ubuntu-24.04-minimal-cloudimg-arm64.img"
80+
iso_checksum = "file:https://cloud-images.ubuntu.com/noble/current/SHA256SUMS"
81+
iso_url = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-arm64.img"
7982
memory = 40000
8083
qemu_binary = "qemu-system-aarch64"
8184
qemuargs = [

0 commit comments

Comments
 (0)