AutomataCI
AutomataCI copied to clipboard
DEB is generating `linux-any` which is supposedly be `any`
Description
DEB package is default to linux
so the OS is omitted. Otherwise, dpkg -i
will fail. Hence, this requires update.
Expected Behavior
DEB package generates the arch
naming convention for linux
OS.
Current Behavior
DEB package generates the os-arch
naming convention for linux
OS.
Steps to Reproduce [COMPULSORY]
- deploy AutomataCI version
v2.1.0
. - build + package.
- Attempt to install using
dpkg -i
.
Associated Data Files
No response