More workflow fixes
This commit is contained in:
parent
807d4d0585
commit
c8c69a39b4
1 changed files with 5 additions and 4 deletions
|
@ -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,9 +84,10 @@ 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
|
||||
credentials:
|
||||
username: dsbaars
|
||||
password: ${{ secrets.GH_TOKEN }}
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue