From 9db0bdedb1bea3522c0d8b088e5d9a83b7cbe057 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 8 Jun 2023 14:20:06 -0400 Subject: [PATCH] [skip ci] undo collect-all, remove gcp --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d45dc95b..8d5591d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: goal: build arch: x86_64 openssl_archs: linux-x86_64 - - os: [self-hosted, linux, arm64, gcp] + - os: [self-hosted, linux, arm64] jid: 2 goal: build arch: aarch64 @@ -45,7 +45,7 @@ jobs: arch: x86_64 openssl_archs: linux-x86_64 staticx: yes - - os: [self-hosted, linux, arm64, gcp] + - os: [self-hosted, linux, arm64] jid: 4 goal: build arch: aarch64 @@ -514,7 +514,7 @@ jobs: export PYINSTALLER_BUILD_ONEFILE="yes" export distpath="./dist/gam" export gampath="${distpath}" - "${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" --collect-all cryptography gam.spec + "${PYTHON}" -m PyInstaller --clean --noconfirm --distpath="${distpath}" gam.spec - name: Copy extra package files if: matrix.goal == 'build'