engine: resources: Add nodocker build tag

Make it easy to disable building docker which is enormous.
This commit is contained in:
James Shubin
2018-11-29 08:22:05 -05:00
parent 51ec91dd16
commit cc02e96a13
4 changed files with 21 additions and 4 deletions

View File

@@ -15,6 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// +build !nodocker
package resources
import (

View File

@@ -15,6 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// +build !nodocker
package resources
import (