Skip to content

Commit

Permalink
ci: remove arm64 of windows and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 15, 2024
1 parent 065d38a commit d04d41b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: [ x86_64, aarch64 ]
arch: [ x86_64 ]
fail-fast: false

steps:
Expand Down Expand Up @@ -51,8 +51,6 @@ jobs:
- name: Test
env:
CGO_ENABLED: 0
GOARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
GOHOSTARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
run: |
$env:Path += ";${{ github.workspace }}/deps/bin"
mkdir -p test/data_set/PipelineSmoking/resource/model/ocr
Expand Down Expand Up @@ -115,8 +113,6 @@ jobs:
- name: Test
env:
CGO_ENABLED: 0
GOARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
GOHOSTARCH: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
LD_LIBRARY_PATH: /__w/maa-framework-go/maa-framework-go/deps/bin:$LD_LIBRARY_PATH
run: |
mkdir -p test/data_set/PipelineSmoking/resource/model/ocr
Expand Down

0 comments on commit d04d41b

Please sign in to comment.