Skip to content

Commit e4fecae

Browse files
misc
1 parent 58d6779 commit e4fecae

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/docker/Dockerfile.glibc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ RUN npm run install-zstd && npm install
1717

1818
ARG RUN_TEST
1919
RUN [ -n "$RUN_TEST" ] && npm test || echo 'skipping testing!'
20-
21-
FROM scratch
22-
23-
COPY --from=build /zstd/prebuilds/ /

.github/docker/Dockerfile.musl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ RUN npm run install-zstd && npm i
1212

1313
ARG RUN_TEST
1414
RUN [ -n "$RUN_TEST" ] && npm test || echo 'skipping testing!'
15-
16-
FROM scratch
17-
18-
COPY --from=build /zstd/prebuilds/ /

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)