Skip to content

Commit

Permalink
Merge pull request #37 from guchengxi1994/master
Browse files Browse the repository at this point in the history
Update build-arm64-linux.yml
  • Loading branch information
guchengxi1994 authored May 19, 2024
2 parents 263f044 + 44cea7f commit d87c70c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-arm64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
build:
runs-on: [ self-hosted, linux, arm64 ]
runs-on: ubuntu-latest
strategy:
matrix:
architecture: [arm64]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d87c70c

Please sign in to comment.