From 400bed137f15eff1cb53cd6156a8abdd06a0742c Mon Sep 17 00:00:00 2001 From: bmacnaughton Date: Sun, 21 Jul 2024 19:56:27 -0700 Subject: [PATCH] looks like 22.5.1 works --- .github/workflows/release-no-prebuildify-cross.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-no-prebuildify-cross.yml b/.github/workflows/release-no-prebuildify-cross.yml index 5de3ab3..8226c5d 100644 --- a/.github/workflows/release-no-prebuildify-cross.yml +++ b/.github/workflows/release-no-prebuildify-cross.yml @@ -41,11 +41,6 @@ jobs: run: npm ci --ignore-scripts - name: whoami run: id - - name: Make prebuildify available to npx - # this might be a bit of a hack. i could install prebuildify without - # --ignore-scripts, but that seems like a bad idea if ignoring scripts - # is important. - run: mkdir -p node_modules/.bin && ln -sr node_modules/prebuildify/bin.js node_modules/.bin/prebuildify # build each image inline so the matrix doesn't checkout, install, install each time. - name: Build alpine run: docker run --rm -v ${{ github.workspace }}:/repo -w /repo -u $(id -u) ghcr.io/bmacnaughton/alpine