* Fix #1430 - ensure all config and sysinfo response are there before reloading the page

* Fix printout

* fix typo

* PriorityMuxer: Remove emit out of QMutableMapIteratorion

* Test - Build aarch64
This commit is contained in:
LordGrey
2022-05-10 22:29:22 +02:00
committed by GitHub
parent 988ea97346
commit 8f65f34247
7 changed files with 15 additions and 13 deletions

View File

@@ -59,7 +59,6 @@ jobs:
run: |
mkdir -p ${{ matrix.dockerImage }}
mv deploy/*.tar.gz ${{ matrix.dockerImage }}
if: matrix.dockerImage != 'aarch64'
# Upload artifacts
- name: Upload artifacts
@@ -67,7 +66,6 @@ jobs:
with:
name: ${{ matrix.dockerImage }}
path: ${{ matrix.dockerImage }}
if: matrix.dockerImage != 'aarch64'
######################
###### macOS #########