Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommytrg committed Nov 28, 2024
1 parent b753207 commit 42fbcdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ WORKDIR /data
RUN corepack enable && corepack prepare [email protected] --activate

# Subroutine for arm64 platform
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
RUN set -e; \
if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
echo "Current platform linux/amd64"; \
yarn; \
yarn build; \
Expand Down

0 comments on commit 42fbcdd

Please sign in to comment.