diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90ec5f9..e0f2f56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,44 +96,6 @@ jobs: build/*.exe build/*.bin build/*.app/**/* - - build-linux-arm64: - runs-on: ubuntu-latest - container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-20.04-cross-arm64 - - steps: - - name: Check runner architecture - run: uname -m - - - name: Check-out repository - uses: actions/checkout@v1 - - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: '3.10' - cache-dependency-path: | - **/requirements*.txt - - - name: Install Dependencies - run: | - pip install -r requirements.txt - - - name: Build Executable with Nuitka - uses: Nuitka/Nuitka-Action@main - with: - nuitka-version: main - script-name: gofilecli.py - onefile: true - - - name: Upload Artifact[linux-arm64] - uses: actions/upload-artifact@v4 - with: - name: GoFileCLI_linux-arm64 - path: | - build/*.exe - build/*.bin - build/*.app/**/* build-mac-arm64: runs-on: macos-latest @@ -164,6 +126,7 @@ jobs: nuitka-version: main script-name: gofilecli.py onefile: true + macos-target-arch: x86_64 - name: Upload Artifact[osx-arm64] uses: actions/upload-artifact@v4