Attempt to revert NodeJS so ARM 32bit builds work again (#1081)

* Attempt to revert NodeJS so ARM 32bit builds work again

* Rollback even further
This commit is contained in:
Matt
2025-11-16 16:05:15 -05:00
committed by GitHub
parent 415c3238ae
commit 81233e2999
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ services:
image: homebox
build:
context: .
dockerfile: ./Dockerfile.hardened
dockerfile: ./Dockerfile
args:
- COMMIT=head
- BUILD_TIME=0001-01-01T00:00:00Z
@@ -11,7 +11,7 @@ services:
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm
environment:
- HBOX_DEBUG=true
- HBOX_LOGGER_LEVEL=-1