Compare commits

..

2 Commits

Author SHA1 Message Date
7982a2a8ec build on alpine 3.13
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-14 17:36:01 +02:00
9975618801 build on alpine
Some checks failed
continuous-integration/drone/push Build is failing
2021-09-14 17:25:54 +02:00

View File

@@ -1,5 +1,8 @@
# we use a different image for building
# see https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2
FROM $BUILD_FROM AS builder
FROM alpine:3.13 AS builder
ENV LANG C.UTF-8
@@ -13,8 +16,6 @@ COPY config.mk /tmp/recorder-0.8.7/
RUN cd /tmp/recorder-0.8.7/ && \
make
ARG BUILD_FROM=ghcr.io/hassio-addons/base/amd64:10.0.2
FROM $BUILD_FROM
ENV LANG C.UTF-8