Skip to content

Commit

Permalink
Add docker image which supports arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Jun 7, 2024
1 parent c8724c4 commit 514ebf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apk add --no-cache python3 make g++

WORKDIR /app
COPY package.json .
RUN yarn config set network-timeout 300000
COPY yarn.lock .
RUN yarn install
COPY . .
Expand Down

0 comments on commit 514ebf2

Please sign in to comment.