File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,3 @@ RUN npm run install-zstd && npm install
1717
1818ARG RUN_TEST
1919RUN [ -n "$RUN_TEST" ] && npm test || echo 'skipping testing!'
20-
21- FROM scratch
22-
23- COPY --from=build /zstd/prebuilds/ /
Original file line number Diff line number Diff line change @@ -12,7 +12,3 @@ RUN npm run install-zstd && npm i
1212
1313ARG RUN_TEST
1414RUN [ -n "$RUN_TEST" ] && npm test || echo 'skipping testing!'
15-
16- FROM scratch
17-
18- COPY --from=build /zstd/prebuilds/ /
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 docker buildx create --name builder --bootstrap --use
110110 docker --debug buildx build --progress=plain --no-cache \
111111 --platform linux/${{ matrix.linux_arch }} \
112- --build-arg="PLATFORM=/ ${{ matrix.linux_arch }}" \
112+ --build-arg="PLATFORM=${{ matrix.linux_arch }}" \
113113 --build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
114114 --build-arg="RUN_TEST=true" \
115115 --output type=local,dest=./prebuilds,platform-split=false \
You can’t perform that action at this time.
0 commit comments