Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 3, 2024
1 parent a527e18 commit 311dbbd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,18 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.nuitka
key: ${{ github.job }}-ccache-ubuntu-latest
key: ${{ github.job }}-ccache-remarkable-2.15.1
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build with nuitka
run: |
docker run \
--rm \
--platform=linux/arm/v7 \
-v "${src_path}":/src \
eeems/nuitka-arm-builder:bullseye-${{ inputs.python_version }} \
eeems/nuitka-arm-builder:bullseye-3.11 \
bash -ec "$script"
env:
src_path: ${{ github.workspace }}
Expand Down

0 comments on commit 311dbbd

Please sign in to comment.