Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Jan 12, 2025
1 parent b385a46 commit 098915a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
-w ${GITHUB_WORKSPACE} \
--platform linux/amd64 \
quay.io/pypa/manylinux2014_x86_64 \
cd /opt/_internal && tar xf static-libs-for-embedding-only.tar.xz &&\
python3.9 ./compile.py
zip -r9 sticker-convert-linux-x86_64.zip ./sticker-convert.dist/*
SC_COMPILE_ARCH=x86_64 ./scripts/build_appimage.sh
Expand All @@ -98,6 +99,7 @@ jobs:
-w ${GITHUB_WORKSPACE} \
--platform linux/arm64 \
quay.io/pypa/manylinux2014_aarch64 \
cd /opt/_internal && tar xf static-libs-for-embedding-only.tar.xz &&\
python3.9 ./compile.py
zip -r9 sticker-convert-linux-aarch64.zip ./sticker-convert.dist/*
SC_COMPILE_ARCH=aarch64 ./scripts/build_appimage.sh
Expand Down

0 comments on commit 098915a

Please sign in to comment.