Skip to content

Commit

Permalink
arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Aug 20, 2023
1 parent 662a768 commit cff872d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ jobs:
if: ${{ inputs.upload-artifact }}
needs: [generate-bridge-linux, build-vcpkg-deps-linux]
name: build-rust-lib ${{ matrix.job.target }} (${{ matrix.job.os }}) [${{ matrix.job.extra-build-features }}]
runs-on: [self-hosted]
runs-on: [self-hosted, Linux, X64]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -910,7 +910,7 @@ jobs:
if: ${{ inputs.upload-artifact }}
needs: [build-vcpkg-deps-linux]
name: build-rustdesk(sciter) ${{ matrix.job.target }} (${{ matrix.job.os }}) [${{ matrix.job.extra-build-features }}]
runs-on: [self-hosted]
runs-on: [self-hosted, Linux, ARM64]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cff872d

Please sign in to comment.