This commit is contained in:
@ -40,4 +40,4 @@ jobs:
|
|||||||
- name: Build image
|
- name: Build image
|
||||||
working-directory: ./ubuntu-packer
|
working-directory: ./ubuntu-packer
|
||||||
run: |
|
run: |
|
||||||
packer build ubuntu.pkr.hcl
|
packer build -var-file=default.pkrvars.hcl ubuntu.pkr.hcl
|
@ -1,2 +1,2 @@
|
|||||||
ubuntu_iso_url = "https://cdimage.ubuntu.com/releases/22.04.4/release/ubuntu-22.04.4-live-server-amd64.iso"
|
ubuntu_iso_url = "https://cdimage.ubuntu.com/releases/22.04.4/release/ubuntu-22.04.4-live-server-amd64.iso"
|
||||||
ubuntu_iso_checksum = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"
|
ubuntu_iso_checksum = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"
|
||||||
|
Reference in New Issue
Block a user