diff --git a/package.json b/package.json index 91f1551..5865f57 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "private": true, "scripts": { "build": "docker build --tag 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 .", + "buildx": "docker buildx build --cache-from type=local,src=dist --cache-to type=local,dest=dist --platform linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x --push --tag docker.io/chuot/rdio-scanner:latest .", "start": "node run", "update": "node update" },