File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# YAML -*- mode: yaml; tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
2
2
---
3
- name : Build in rootfs for arch
3
+ name : z-wave-protocol-controller Build in rootfs for arch
4
4
5
5
on : # yamllint disable-line rule:truthy
6
6
push :
Original file line number Diff line number Diff line change 1
1
# YAML -*- mode: yaml; tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
2
2
---
3
3
4
- name : Build in docker
4
+ name : z-wave-protocol-controller Build in docker
5
5
6
6
on : # yamllint disable-line rule:truthy
7
7
push :
8
8
9
9
jobs :
10
10
build :
11
11
env :
12
- project-name : unifysdk # This should be lowercase for docker (and aligned)
12
+ project-name : z-wave-protocol-controller # This should be lowercase for docker (and aligned)
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
15
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN echo "# log: Configuring locales" \
17
17
&& TZ=Etc/UTC apt-get -y install tzdata \
18
18
&& date -u
19
19
20
- ENV project unifysdk
20
+ ENV project z-wave-protocol-controller
21
21
ENV workdir /usr/local/opt/${project}
22
22
ADD . ${workdir}
23
23
@@ -34,5 +34,5 @@ RUN echo "# log: Build" \
34
34
&& ./helper.mk \
35
35
&& date -u
36
36
37
- ENTRYPOINT [ "/usr/local/opt/unifysdk /helper.mk" ]
37
+ ENTRYPOINT [ "/usr/local/opt/z-wave-protocol-controller /helper.mk" ]
38
38
CMD [ "help" ]
Original file line number Diff line number Diff line change 13
13
ARCH=arm64 ./scripts/build-rootfs.sh
14
14
EOF
15
15
16
- project=" unifysdk "
16
+ project=" z-wave-protocol-controller "
17
17
debian_suite=" bookworm"
18
18
19
19
debian_arch=$( dpkg --print-architecture)
You can’t perform that action at this time.
0 commit comments