diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7515766..6ac641d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,13 +12,20 @@ jobs: build-release: name: Build artifacts runs-on: ubuntu-latest - container: - image: docker.io/batonogov/pyinstaller-linux:latest steps: - name: Check out the repo uses: actions/checkout@v2 + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + with: + platforms: arm64 + - name: Build package + with: + image: docker.io/batonogov/pyinstaller-linux:latest + options: | + --platform linux/arm64 run: | echo "Creating Linux artifact" apt-get update && apt-get install -y zip