Remove armv6, not supported by node:lts
This commit is contained in:
parent
9f446a4c96
commit
24d9e6f613
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ jobs:
|
||||||
name: Build all platforms
|
name: Build all platforms
|
||||||
command: |
|
command: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform=linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6 \
|
--platform=linux/amd64,linux/arm64/v8,linux/arm/v7 \
|
||||||
-t phntxx/dashboard:latest --push .
|
-t phntxx/dashboard:latest --push .
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in a new issue