Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jul 22, 2024
1 parent 372920a commit 465f19f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-hyperv-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- almalinux-8
- almalinux-9
- azurelinux
- azurelinux-2
- centos-stream-9
- debian-11
- debian-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-parallels-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- almalinux-8
- almalinux-9
- azurelinux
- azurelinux-2
- centos-stream-9
- debian-11
- debian-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-qemu-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- almalinux-8
- almalinux-9
- azurelinux
- azurelinux-2
- centos-stream-9
- debian-11
- debian-12
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 @@ -15,7 +15,7 @@ jobs:
os:
- almalinux-8
- almalinux-9
- azurelinux
- azurelinux-2
- centos-stream-9
- debian-11
- debian-12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkr-bld-vmware-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- almalinux-8
- almalinux-9
- azurelinux
- azurelinux-2
- centos-stream-9
- debian-11
- debian-12
Expand Down
2 changes: 1 addition & 1 deletion builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public:
- amazonlinux-2023
- almalinux-8
- almalinux-9
- azurelinux
- azurelinux-2
- centos-stream-9
- debian-11
- debian-12
Expand Down
2 changes: 1 addition & 1 deletion packer_templates/scripts/_common/parallels-rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parallels-iso|parallels-pvm)
dnf -y install gcc-aarch64-linux-gnu gcc-c++-aarch64-linux-gnu gcc-toolset-12 gcc-toolset-12-runtime gcc-toolset-12-gcc-c++
mv /usr/bin/gcc /usr/bin/gcc.old
ln -s /opt/rh/gcc-toolset-12/root/usr/bin/gcc /usr/bin/gcc
dnf -y remove *epel-release*
dnf -y remove -- *epel-release*
fi

mount -o loop "$HOME_DIR"/prl-tools-lin-arm.iso /tmp/parallels;
Expand Down

0 comments on commit 465f19f

Please sign in to comment.