Skip to content

Commit

Permalink
over
Browse files Browse the repository at this point in the history
Signed-off-by: acejilam <[email protected]>
  • Loading branch information
ls-2018 committed Jul 22, 2024
1 parent 9e2a8a9 commit ad06128
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-virtualbox-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
# - ubuntu-24.04
provider:
- virtualbox-iso
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-virtualbox-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
# - ubuntu-24.04
provider:
- virtualbox-iso
steps:
Expand Down
2 changes: 1 addition & 1 deletion packer_templates/pkr-builder.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ locals {
"${path.root}/scripts/${var.os_name}/hyperv_${var.os_name}.sh",
"${path.root}/scripts/${var.os_name}/cleanup_${var.os_name}.sh",
"${path.root}/scripts/_common/parallels_post_cleanup_debian_ubuntu.sh",
"${path.root}/scripts/_common/minimize.sh"
"${path.root}/scripts/_common/minimize.sh",
"${path.root}/scripts/_common/custom-script-ubuntu22.04.sh"
] : (
var.os_name == "fedora" ? [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fi

#echo -e 'root\nroot\n'|passwd root
echo 'nameserver 114.114.114.114' > /etc/resolv.conf
apt-key adv --keyserver keyserver.ubuntu.com --recv 871920D1991BC93C
apt clean all
apt-get update -y
apt-get install -y apache2
Expand Down

0 comments on commit ad06128

Please sign in to comment.