Removed arm7 from default build list
This commit is contained in:
parent
56a81cb764
commit
f84e698c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
param(
|
param(
|
||||||
[string]$Version = "",
|
[string]$Version = "",
|
||||||
[string]$DockerAccount = "rogerfar",
|
[string]$DockerAccount = "rogerfar",
|
||||||
[string]$Platforms = "linux/arm/v7,linux/arm64/v8,linux/amd64",
|
[string]$Platforms = "linux/arm64/v8,linux/amd64",
|
||||||
[string]$Dockerfile = "Dockerfile",
|
[string]$Dockerfile = "Dockerfile",
|
||||||
[switch]$SkipPush,
|
[switch]$SkipPush,
|
||||||
[switch]$SkipCache,
|
[switch]$SkipCache,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue