Skip to content

Commit

Permalink
use ERL_FLAGS=+JMsingle true in ghcr.io images (plausible#4450)
Browse files Browse the repository at this point in the history
Co-authored-by: Cenk Kücük <[email protected]>
  • Loading branch information
ruslandoga and cnkk authored Aug 19, 2024
1 parent 572f8ab commit 0328453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-public-images-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
build-args: |
MIX_ENV=ce
BUILD_METADATA=${{ steps.meta.outputs.json }}
ERL_FLAGS=+JPperf true
ERL_FLAGS=+JMsingle true
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand Down

0 comments on commit 0328453

Please sign in to comment.