Skip to content

Commit

Permalink
fix: remove manual ssh reference and change arch
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Aug 25, 2024
1 parent cfaa2b9 commit 320a296
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,17 @@ packer {
}
}

source "macstadium-orka" "macos11-arm-test-image" {
source "macstadium-orka" "macos11-intel-test-image" {
source_image = "90gbigsurssh.img"
image_name = "macos11-arm-test-latest.img"
image_description = "The MacOS 11 ARM test image"
image_name = "macos11-intel-test-latest.img"
image_description = "The MacOS 11 Intel test image"
orka_endpoint = var.orka_endpoint
orka_auth_token = var.orka_auth_token
ssh_username = var.ssh_username
ssh_password = var.ssh_password
}

build {
sources = [
"macstadium-orka.macos11-arm-test-image"
"macstadium-orka.macos11-intel-test-image"
]
provisioner "shell" {
inline = [
Expand Down

0 comments on commit 320a296

Please sign in to comment.