Skip to content

Commit

Permalink
fix: missing armv6 references
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 27, 2023
1 parent dcad322 commit 2dde7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
timeout-minutes: 120
uses: docker/build-push-action@v5
with:
platforms: linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7
platforms: linux/arm64,linux/amd64,linux/arm/v7
file: docker/Dockerfile
context: . # without this it will clone master branch instead of using local
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion docs/development/custom-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker buildx inspect --bootstrap

# build the containers
docker buildx build \
--platform linux/arm64,linux/amd64,linux/arm/v6,linux/arm/v7 \
--platform linux/arm64,linux/amd64,linux/arm/v7 \
-t zwavejs/zwave-js-ui:latest \
-f docker/Dockerfile \
.
Expand Down

0 comments on commit 2dde7b9

Please sign in to comment.