Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Moor 2b0d571967 0.62.1-multitest 2022-03-18 22:45:09 -07:00
Tom Moor 5810d7772a multibuild test 2022-03-18 22:44:35 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
version: 20.10.6
- run:
name: Build Docker image
command: docker build -t $IMAGE_NAME:latest .
command: docker buildx build -t $IMAGE_NAME:latest --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 .
- run:
name: Archive Docker image
command: docker save -o image.tar $IMAGE_NAME
+1 -1
View File
@@ -320,5 +320,5 @@
"dot-prop": "^5.2.0",
"js-yaml": "^3.14.1"
},
"version": "0.62.0"
"version": "0.62.1-multitest"
}