File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66 tags :
7- - ' v*.*.*'
7+ - " v*.*.*"
88 pull_request :
99 branches :
1010 - main
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.GITHUB_TOKEN }}
2828
29+ - name : Set up QEMU
30+ uses : docker/setup-qemu-action@v3
31+
2932 - name : Docker meta
3033 id : meta
3134 uses : docker/metadata-action@v5
3841 - name : Build and push
3942 uses : docker/build-push-action@v4
4043 with :
44+ platforms : linux/amd64,linux/arm64
4145 context : .
4246 file : libs/tools/src/docker/Dockerfile
4347 push : ${{ github.event_name == 'push' }}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ FROM node:lts-bookworm-slim AS builder
22
33ENV PNPM_HOME="/pnpm"
44ENV PATH="$PNPM_HOME:$PATH"
5+ ENV NX_DAEMON="false"
56RUN corepack enable
67
78WORKDIR /build
You can’t perform that action at this time.
0 commit comments