mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 20:52:15 +08:00
chore: Temporarily abandon pkg.tar.zst package building
This commit is contained in:
parent
cd9e9cd2c1
commit
37b02b18f7
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@ -204,18 +204,18 @@ jobs:
|
|||||||
alien --to-rpm --scripts mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.deb
|
alien --to-rpm --scripts mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.deb
|
||||||
mv mihomo*.rpm mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.rpm
|
mv mihomo*.rpm mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.rpm
|
||||||
|
|
||||||
- name: Convert DEB to PKG
|
# - name: Convert DEB to PKG
|
||||||
if: ${{ matrix.jobs.goos == 'linux' && !contains(matrix.jobs.goarch, 'mips') && !contains(matrix.jobs.goarch, 'loong64') }}
|
# if: ${{ matrix.jobs.goos == 'linux' && !contains(matrix.jobs.goarch, 'mips') && !contains(matrix.jobs.goarch, 'loong64') }}
|
||||||
run: |
|
# run: |
|
||||||
docker pull archlinux
|
# docker pull archlinux
|
||||||
docker run --rm -v ./:/mnt archlinux bash -c "
|
# docker run --rm -v ./:/mnt archlinux bash -c "
|
||||||
pacman -Syu pkgfile base-devel --noconfirm
|
# pacman -Syu pkgfile base-devel --noconfirm
|
||||||
curl -L https://github.com/helixarch/debtap/raw/master/debtap > /usr/bin/debtap
|
# curl -L https://github.com/helixarch/debtap/raw/master/debtap > /usr/bin/debtap
|
||||||
chmod 755 /usr/bin/debtap
|
# chmod 755 /usr/bin/debtap
|
||||||
debtap -u
|
# debtap -u
|
||||||
debtap -Q /mnt/mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.deb
|
# debtap -Q /mnt/mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.deb
|
||||||
"
|
# "
|
||||||
mv mihomo*.pkg.tar.zst mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.pkg.tar.zst
|
# mv mihomo*.pkg.tar.zst mihomo-${{matrix.jobs.goos}}-${{matrix.jobs.output}}-${VERSION}.pkg.tar.zst
|
||||||
|
|
||||||
- name: Save version
|
- name: Save version
|
||||||
run: |
|
run: |
|
||||||
@ -230,7 +230,6 @@ jobs:
|
|||||||
mihomo*.gz
|
mihomo*.gz
|
||||||
mihomo*.deb
|
mihomo*.deb
|
||||||
mihomo*.rpm
|
mihomo*.rpm
|
||||||
mihomo*.pkg.tar.zst
|
|
||||||
mihomo*.zip
|
mihomo*.zip
|
||||||
version.txt
|
version.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user