|
@@ -19,9 +19,9 @@ assumes:
|
|
|
- command-chain
|
|
|
|
|
|
architectures:
|
|
|
-
|
|
|
+ - build-on: amd64
|
|
|
- build-on: arm64
|
|
|
-
|
|
|
+ - build-on: armhf
|
|
|
|
|
|
apps:
|
|
|
zwavejs2mqtt:
|
|
@@ -78,13 +78,14 @@ parts:
|
|
|
after: [nodejs]
|
|
|
plugin: dump
|
|
|
source: https://github.com/zwave-js/zwavejs2mqtt.git
|
|
|
- source-tag: $SNAPCRAFT_PROJECT_VERSION
|
|
|
+
|
|
|
+
|
|
|
build-packages:
|
|
|
- gcc
|
|
|
- build-essential
|
|
|
override-build: |
|
|
|
set -x
|
|
|
-
|
|
|
+
|
|
|
if [ -n "${http_proxy-}" ]; then
|
|
|
export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
|
|
|
export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
|