On Mac M1 machines, users run their development environment in docker containers. Building Docker containers on M1 machines result in using Linux on ARM. Running smctl amd64 binaries result in errors
Approach
i added in the release yaml support to linux arm64
added support for Linux Arm64 arch.
Pull Request Template
Motivation
Proposing a solution for this https://github.com/Peripli/service-manager-cli/issues/163
On Mac M1 machines, users run their development environment in docker containers. Building Docker containers on M1 machines result in using Linux on ARM. Running smctl amd64 binaries result in errors
Approach
i added in the release yaml support to linux arm64