We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9c362 commit bdb7409Copy full SHA for bdb7409
toolkit/tools/imagecustomizer/container/build-container.sh
@@ -97,8 +97,8 @@ touch "${containerStagingFolder}"/.mariner-toolkit-ignore-dockerenv
97
98
# azl doesn't support grub2-pc for arm64, hence remove it from dockerfile
99
if [ "$ARCH" == "arm64" ]; then
100
- echo "Removing grub2-pc and systemd-ukify from Dockerfile for arm64"
101
- sed -i 's/\<grub2-pc systemd-ukify\>//g' "$dockerFile"
+ echo "Removing grub2-pc from Dockerfile for arm64"
+ sed -i 's/\<grub2-pc\>//g' "$dockerFile"
102
fi
103
104
# list all staged files
0 commit comments