Skip to content

Commit ad61c4b

Browse files
committed
Add documentation about manual Alpine Linux builds
1 parent 8b6e6aa commit ad61c4b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/prebuild.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,17 @@ jobs:
285285
fi
286286
287287
echo "Upload complete! Uploaded $FILE_COUNT prebuilds."
288+
echo ""
289+
echo "📋 Automated prebuilds uploaded for:"
290+
echo " • Windows (win32-x64)"
291+
echo " • Linux glibc (linux-x64)"
292+
echo " • macOS (darwin-arm64)"
293+
echo " • Node.js versions: 20, 22, 23, 24"
294+
echo " • Electron versions: 32, 33, 34, 35, 36"
295+
echo ""
296+
echo "ℹ️ Alpine Linux (musl) prebuilds must be built manually:"
297+
echo " npx prebuild --target alpine"
298+
echo " gh release upload ${{ github.event.inputs.release_tag }} *.tar.gz"
288299
289300
# Create a draft release for testing (when no release tag specified)
290301
- name: Create Draft Release with Prebuilds

0 commit comments

Comments
 (0)