Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 26, 2024
1 parent 67bfd85 commit c1abd7b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# - { goos: linux, goarch: mips64, output: mips64 }
# - { goos: linux, goarch: mips64le, output: mips64le }
- { goos: linux, goarch: loong64, output: loong64-abi1, abi: '1' }
- { goos: linux, goarch: loong64, output: loong64-abi2, abi: '2' }
# - { goos: linux, goarch: loong64, output: loong64-abi2, abi: '2' }
# - { goos: linux, goarch: riscv64, output: riscv64 }
# - { goos: linux, goarch: s390x, output: s390x }

Expand Down Expand Up @@ -93,8 +93,10 @@ jobs:
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '1' }}
run: |
wget https://github.com/xishang0128/loongarch64-golang/releases/download/1.21.5/go1.21.5.linux-amd64-abi1.tar.gz
tar zxf go1.21.5.linux-amd64-abi1.tar.gz -C /usr/local/
export PATH=$PATH:/usr/local/go/bin
ls
ls /
# tar zxf go1.21.5.linux-amd64-abi1.tar.gz -C /usr/local/
# export PATH=$PATH:/usr/local/go/bin
- name: Set up Go1.21 loongarch abi2
if: ${{ matrix.jobs.goarch == 'loong64' && matrix.jobs.abi == '2' }}
Expand Down

0 comments on commit c1abd7b

Please sign in to comment.