From a203d748e139b82854059423e04bed7b0992ebd8 Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson Date: Wed, 12 Dec 2018 14:36:57 +0100 Subject: [PATCH] #379 Updated release scripts to build all platforms --- module.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index d95badc521..647661ee93 100644 --- a/module.json +++ b/module.json @@ -19,7 +19,10 @@ }, "targets": { "cf2": [ - "PLATFORM=CF2" + "PLATFORM=cf2" + ], + "tag": [ + "PLATFORM=tag" ] } }