Commit Graph

9 Commits

Author SHA1 Message Date
Yonatan Kahana f0a5f68796 build: fix build platforms to new scheme 2022-05-28 23:11:28 +03:00
Humble Chirammal 9383bb41cb remove BUILD_PLATFORM variable setting from the makefile
as the tuple of BUILD_PLATFORM changed for release-tools for
multi-arch builds, we need to change either correct the variable
in the repo or delegate that setting to csi-release-tool setting

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-05-10 18:15:31 +05:30
Yonatan Kahana 5f8f90d71a Add arm7 to multiarch build
Signed-off-by: Yonatan Kahana <yonatankahana.il@gmail.com>
2021-02-21 20:41:25 +02:00
kmova 15bc8b0423 setup automated builds using the release-tools
Use the steps at below link to setup automated builds via
release-tools.

https://github.com/kubernetes-csi/csi-release-tools

- add release-tools via git subtree
- update Makefile to use the release-tools/make
- add cloudbuild links from release-tools
- update Dockerfile that can be used for multi-arch by release tools

Signed-off-by: kmova <kiran.mova@mayadata.io>
2020-12-18 20:53:15 +00:00
kmova 96592d24ac update readme and go imports to new location
This commit fixes the following:
- fixes the go imports to use the new loction
- setup go modules for this project
- update the docker files to use the new binary name
- update the README to use the new repo name

Signed-off-by: kmova <kiran.mova@mayadata.io>
(cherry picked from commit 234543e14d)
2020-09-07 05:49:09 +00:00
Ian Chakeres 0600d20ecc Fixed nfs-client Makefile, so that it builds on osx
(cherry picked from commit 96c34294e2)
2020-09-07 05:49:08 +00:00
Matthew Wong 6efe161fd2 Fix nfs-client Makefile for real
(cherry picked from commit a73de4048f)
2020-09-07 05:49:08 +00:00
Matthew Wong 26cd145a59 Tag :latest in nfs-client Makefile
(cherry picked from commit e110404782)
2020-09-07 05:49:08 +00:00
Niklas Wik 9554b688ca Add support for ARM (Raspberry PI) for nfs-client
- Reorganized to use Makefile for building
- Added arm container for use in ARM based kubernetes clusters

Signed-off-by: Niklas Wik <niklas.wik@iki.fi>
(cherry picked from commit 166056da73)
2020-09-07 05:49:08 +00:00