We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0c5cb commit dbf4683Copy full SHA for dbf4683
1 file changed
implementation/scripts/build.sh
@@ -45,7 +45,7 @@ function main() {
45
run::build
46
cmd::build
47
48
- ## For backwards compatibility with amd64 wokflows
+ ## For backwards compatibility with amd64 workflows
49
if [[ ${#targets[@]} -eq 1 && "${targets[0]}" == "linux/amd64" ]]; then
50
cp -r "${BUILDPACKDIR}/linux/amd64/bin/" "${BUILDPACKDIR}/"
51
fi
0 commit comments