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
|
||||
command: |
|
||||
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 .
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Reference in a new issue