mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-05-18 05:05:39 +02:00
Add ERL_FLAGS
This commit is contained in:
5
.github/workflows/docker-image.yml
vendored
5
.github/workflows/docker-image.yml
vendored
@@ -53,4 +53,7 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
build-args: |
|
||||||
|
BUILD_METADATA=${{ steps.meta.outputs.json }}
|
||||||
|
ERL_FLAGS=+JPperf true
|
||||||
@@ -25,6 +25,11 @@ RUN apk add --no-cache -U build-base git curl bash ca-certificates nodejs npm op
|
|||||||
ENV NODE_VERSION 16.20.0
|
ENV NODE_VERSION 16.20.0
|
||||||
ENV PRESENTATION_STORAGE_DIR /app/uploads
|
ENV PRESENTATION_STORAGE_DIR /app/uploads
|
||||||
|
|
||||||
|
# custom ERL_FLAGS are passed for (public) multi-platform builds
|
||||||
|
# to fix qemu segfault, more info: https://github.com/erlang/otp/pull/6340
|
||||||
|
ARG ERL_FLAGS
|
||||||
|
ENV ERL_FLAGS=$ERL_FLAGS
|
||||||
|
|
||||||
# Install nvm with node and npm
|
# Install nvm with node and npm
|
||||||
# RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash \
|
# RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash \
|
||||||
# && . $HOME/.nvm/nvm.sh \
|
# && . $HOME/.nvm/nvm.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user