fix
Some checks failed
Build Ubuntu Image / packer-build (push) Failing after 58s

This commit is contained in:
martin.cholewa
2025-06-20 12:27:38 +02:00
parent c41993d263
commit 6efd916318
2 changed files with 2 additions and 2 deletions

View File

@ -40,4 +40,4 @@ jobs:
- name: Build image
working-directory: ./ubuntu-packer
run: |
packer build ubuntu.pkr.hcl
packer build -var-file=default.pkrvars.hcl ubuntu.pkr.hcl

View File

@ -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_checksum = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"
ubuntu_iso_checksum = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"