diff --git a/.forgejo/workflows/build_all.yaml b/.forgejo/workflows/build_all.yaml index 677c8d1..dfdf59e 100644 --- a/.forgejo/workflows/build_all.yaml +++ b/.forgejo/workflows/build_all.yaml @@ -66,7 +66,7 @@ jobs: !dist/BTClockOTA.app build-windows: if: ${{ github.event.inputs.build == 'all' || github.event.inputs.build == 'windows' }} - runs-on: docker + runs-on: docker-amd64 container: image: batonogov/pyinstaller-windows:latest permissions: @@ -84,11 +84,12 @@ jobs: path: dist/ build-linux: if: ${{ github.event.inputs.build == 'all' || github.event.inputs.build == 'linux' }} - runs-on: docker + runs-on: docker-amd64 container: image: ghcr.io/btclock/pyinstaller-wxpython-linux:latest - username: dsbaars - password: ${{ secrets.GH_TOKEN }} + credentials: + username: dsbaars + password: ${{ secrets.GH_TOKEN }} permissions: contents: write steps: