Skip to content

Commit

Permalink
bug: fix vite build process after upgrade #51
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Mar 29, 2024
1 parent 1ada862 commit a0f1a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Create and publish a Docker image

on:
push:
branches: ["main"]
branches: ["main", "51-bug-fix-vite-build-process-after-upgrade"]
release:
types: [published]

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
push: true
provenance: false
target: production
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ FROM base as production_builder

# set build ENV
ENV MIX_ENV="prod"
ENV NODE_ENV="production"

# This is required for arm64 builds, see https://elixirforum.com/t/mix-deps-get-memory-explosion-when-doing-cross-platform-docker-build/57157
ENV ERL_FLAGS="+JPperf true"

Expand Down

0 comments on commit a0f1a21

Please sign in to comment.