Archived
1
0

Move OSX package task into build script

This is to match how the other binaries are built. Also made some
changes to make the Docker containers clean up for when you are running
this locally.
This commit is contained in:
Asher
2019-06-06 13:42:10 -05:00
parent 406ec0ba71
commit 04adf14146
3 changed files with 43 additions and 23 deletions

View File

@ -21,6 +21,8 @@ const buildServerBinary = register("build:server:binary", async (runner) => {
logger.info("Building with environment", field("env", {
NODE_ENV: process.env.NODE_ENV,
VERSION: process.env.VERSION,
OSTYPE: process.env.OSTYPE,
TARGET: process.env.TARGET,
}));
await ensureInstalled();