Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jay0lee/GAM into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Oct 5, 2021
2 parents 8996015 + b1805b6 commit 93bf3fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/linux-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ else
python=~/python/bin/python3
pip=~/python/bin/pip3

if ([ "${ImageOS}" == "ubuntu18" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
if ([ "${ImageOS}" == "ubuntu20" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
echo "Installing deps for StaticX..."
if [ ! -d patchelf-$PATCHELF_VERSION ]; then
echo "Downloading PatchELF $PATCHELF_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/linux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tar -C ${distpath} --create --file $GAM_ARCHIVE --xz gam
echo "PyInstaller GAM info:"
du -h $gam
time $gam version extended
if ([ "${ImageOS}" == "ubuntu18" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
if ([ "${ImageOS}" == "ubuntu20" ]) && [ "${HOSTTYPE}" == "x86_64" ]; then
GAM_LEGACY_ARCHIVE=gam-${GAMVERSION}-${GAMOS}-${PLATFORM}-legacy.tar.xz
$python -OO -m staticx $gam $gam-staticx
#strip $gam-staticx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
platform: "x86_64"
- os: ubuntu-20.04
goal: test
python: "3.10.0-beta.1"
python: "3.10.0"
jid: 9
gamos: linux
platform: x86_64
Expand Down

0 comments on commit 93bf3fc

Please sign in to comment.