You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
chore(build): add support for multiarch build (#5)
* added support for multiarch image with the following supported platforms (amd64, arm64, armv7, ppc64le)
* removed arm64 and ppc64le from travis builds
* remove pushing image from travis. Image will be pushed from github actions
* refactored build script to add new targets to make use of docker buildx
* added the following workflows into github actions
- release
- ci
- build
* remove v prefix from image names
* push to quay only from travis.
Signed-off-by: Akhil Mohan <[email protected]>