switch NOT_FOR_ARCHS to ONLY_FOR_ARCHS, as things stand only amd64 will work

(and then, not on IBT machines) due to it using the esbuild node module, which
fetches a binary. if upstream can update to newer esbuild we should be able
to add aarch64 support and fix build on amd64 IBT.
This commit is contained in:
sthen
2025-01-13 12:50:44 +00:00
parent f34edbf536
commit de6ac9d390
+5 -2
View File
@@ -1,5 +1,8 @@
# may need to add others; build uses esbuild node module, which is not MI
NOT_FOR_ARCHS= i386
# building uses "esbuild" as a node module, which fetches a binary.
# in the version used (0.21.2) only amd64 is available (and it fails on
# BTI archs). if upstream updates to newer esbuild this should be able
# to be removed. https://github.com/Koenkk/zigbee2mqtt/issues/25787
ONLY_FOR_ARCHS= amd64
COMMENT= Zigbee to MQTT bridge