Skip to content

v2.0.0

Compare
Choose a tag to compare
@kmova kmova released this 14 Aug 04:15
· 17 commits to master since this release
1daa105
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]>