Skip to content

Commit 50ace3b

Browse files
authored
Use node bullseye to build arm images (WiseLibs#1216)
1 parent 309cb37 commit 50ace3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
- uses: actions/checkout@v4
162162
- uses: docker/setup-qemu-action@v3
163163
- run: |
164-
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:18 -c "\
164+
docker run --rm -v $(pwd):/tmp/project --entrypoint /bin/sh --platform linux/${{ matrix.arch }} node:18-bullseye -c "\
165165
cd /tmp/project && \
166166
npm install --ignore-scripts && \
167167
${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)