containers / docker-lvm-plugin

Docker volume plugin for LVM volumes
GNU Lesser General Public License v3.0
155 stars 64 forks source link

Cross-compile for linux. #94

Closed shishir-a412ed closed 4 years ago

shishir-a412ed commented 4 years ago

This change export GOOS=linux will make sure, that the target for compilation is Linux even if someone is developing on a mac. This will allow developers to develop both on Mac and Linux.