We were missing a make target of deploy-windows-2022.
Additionally, this commit seperates building and deploying Windows packages
to it's own job.
Signed-off-by: Javier Romero <rjavier@vmware.com>
Now that pack produces linux-arm64, the CI pipeline is picking up the wrong variant. This
fix adds additional string matching to select the proper variant.
Signed-off-by: Javier Romero <rjavier@vmware.com>
- See builders/wine/README.html for more purpose
- Fixes incompatible syntax in Windows buildpacks
- Keeps separate build-wine from build-linux tasks due to separate target use-cases and long build times
- Keeps separate build-wine from build-windows tasks due to incompatible environment requirements
Signed-off-by: Micah Young <ymicah@vmware.com>
Pack v0.16.0 deprecated a number of commands, including `create-builder`
and `package-buildpack`. This change replaces references to the
deprecated commands with their new equivalent, using the resource based
subcommand model.
Additionally, this change utilizes the new pack config experimental
command to set experimental, rather than echoing it into the file.
Signed-off-by: David Freilich <dfreilich@vmware.com>