this appimage works on both glibc and musl systems

This commit is contained in:
Samuel
2024-11-04 18:20:12 -04:00
committed by GitHub
parent a75cbc29ce
commit 1f51ae627b

View File

@@ -45,7 +45,7 @@ jobs:
- name: Package AppImage
run: |
export APPIMAGE_EXTRACT_AND_RUN=1 ARCH=x86_64 VERSION=${{ matrix.clib }}
export APPIMAGE_EXTRACT_AND_RUN=1 ARCH=x86_64 VERSION=anylinux
curl -sSfL "https://github.com/probonopd/go-appimage/releases/download/832/appimagetool-823-x86_64.AppImage" -o appimagetool-static.AppImage
chmod a+x *.AppImage
chmod a+x .github/scripts/smartctl