Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/capi/packer/goss/goss-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ package:
{{end}}
{{end}}
# x86-only provider packages (hypervisor tools not available on arm64)
{{if ne .Vars.arch "arm64"}}
{{if ne .Vars.ARCH "arm64"}}
{{range $name, $vers := index .Vars .Vars.OS .Vars.PROVIDER "package-x86"}}
{{$name}}:
installed: true
Expand Down
1 change: 1 addition & 0 deletions images/capi/packer/goss/goss-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ photon_5_rpms: &photon_5_rpms
logrotate:

arch: "amd64"
ARCH: "amd64"
containerd_enable_limit_no_file: ""
containerd_gvisor_runtime: ""
containerd_gvisor_version: ""
Expand Down