Skip to content

Commit

Permalink
Merge branch 'jonas/pjs-2065-support-multiple-docker-image-architectu…
Browse files Browse the repository at this point in the history
…res' into rc
  • Loading branch information
jonasgloning committed May 4, 2024
2 parents a051dda + 712212c commit 3b07ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Setup Node.js
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM docker.io/library/node:18.20.0 as build
FROM --platform=$BUILDPLATFORM docker.io/library/node:18.20.0 as build
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN mkdir /peer-server
WORKDIR /peer-server
COPY package.json yarn.lock .yarnrc.yml ./
Expand Down

0 comments on commit 3b07ba7

Please sign in to comment.