From d05c4c9b43d48d88d85233ea606c35076faca790 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Mon, 24 Aug 2020 12:59:07 -0400 Subject: [PATCH] Remove x390x docker build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5f8d54..cf33045 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "docker build --tag chuot/rdio-scanner:latest .", "builder": "docker buildx create --name builder --use", - "buildx": "docker buildx build --cache-from type=local,src=dist --cache-to type=local,dest=dist --output type=image,name=docker.io/chuot/rdio-scanner,push=true --platform linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x --tag docker.io/chuot/rdio-scanner:latest .", + "buildx": "docker buildx build --cache-from type=local,src=dist --cache-to type=local,dest=dist --output type=image,name=docker.io/chuot/rdio-scanner,push=true --platform linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le --tag docker.io/chuot/rdio-scanner:latest .", "start": "node run", "update": "node update" },