fix(docker): make action target linux/arm64
This commit is contained in:
parent
8bd0eaac1e
commit
555bc6aa26
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ WORKDIR /build
|
|||
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
RUN apk add openssl
|
||||
|
||||
COPY src ./src
|
||||
COPY server ./server
|
||||
COPY scripts ./scripts
|
||||
|
|
Loading…
Add table
Reference in a new issue