Skip to content

Commit 05e00be

Browse files
committed
Clean up aarch64 build file
1 parent 5da3085 commit 05e00be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packer/ubuntu-kvm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"min_packer_version": "1.6.0",
33
"variables": {
4+
"vm_name": "JMU Ubuntu",
45
"semester": "Fa21",
5-
"version": "20",
66

77
"build_id": "{{isotime \"2006-01-02\"}}",
88

@@ -11,7 +11,7 @@
1111

1212
"headless": "false",
1313

14-
"output_dir": "{{pwd}}/artifacts_ubuntu",
14+
"output_dir": "{{pwd}}/{{user `vm_name`}} {{user `semester`}}.utm/Images",
1515
"mirror_url": "http://cdimage.ubuntu.com/focal/daily-live/current",
1616
"iso_file": "focal-desktop-arm64.iso",
1717

@@ -52,7 +52,7 @@
5252
"ssh_username": "{{user `ssh_user`}}",
5353
"ssh_password": "{{user `ssh_pass`}}",
5454
"ssh_timeout": "100m",
55-
"vm_name": "image-{{user `semester` | lower }}",
55+
"vm_name": "image-{{user `semester` | lower }}.qcow2",
5656
"net_device": "virtio-net",
5757
"disk_interface": "virtio",
5858
"boot_wait": "15s",

0 commit comments

Comments
 (0)