From c8c69a39b42972a6e57a7897a94879dadc242b07 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Tue, 31 Dec 2024 12:41:11 +0100 Subject: [PATCH] More workflow fixes --- .forgejo/workflows/build_all.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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: