Skip to content

Commit 6e4b097

Browse files
committed
debug - v1
1 parent 1250ec2 commit 6e4b097

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-layer.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828

2929
- name: Install sharp - arm64
3030
run: npm i --save-exact --os=linux --cpu=arm64 --libc=glibc sharp
31-
- name: Remove musl-based binary # @npm/cli#6914
32-
run: rm -rf node_modules/@img/*-linuxmusl*
3331
- name: Get sharp version
3432
id: version
3533
uses: notiz-dev/github-action-json-property@release
@@ -52,8 +50,6 @@ jobs:
5250

5351
- name: Install sharp - x64
5452
run: npm i --save-exact --os=linux --cpu=x64 --libc=glibc sharp
55-
- name: Remove musl-based binary # @npm/cli#6914
56-
run: rm -rf node_modules/@img/*-linuxmusl*
5753
- name: esbuild - x64
5854
run: esbuild --bundle ./node_modules/sharp/ --outfile=index.js --minify --format=cjs --platform=node
5955
- name: Zip - x64
@@ -72,8 +68,6 @@ jobs:
7268
run: |
7369
npm i --os=linux --cpu=x64 --libc=glibc sharp
7470
npm i --os=linux --cpu=arm64 --libc=glibc sharp
75-
- name: Remove musl-based binary # @npm/cli#6914
76-
run: rm -rf node_modules/@img/*-linuxmusl*
7771
- name: esbuild - all
7872
run: esbuild --bundle ./node_modules/sharp/ --outfile=index.js --minify --format=cjs --platform=node
7973
- name: Zip - all

0 commit comments

Comments
 (0)