Skip to content

Commit 6facddb

Browse files
author
sg
committed
* remove loong64
1 parent bcdcd01 commit 6facddb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
run: go build -v -o ${{ matrix.artifact }}${{ matrix.suffix }} .
4646

4747
- name: Install UPX
48+
if: matrix.goarch != 'loong64'
4849
run: sudo apt-get update && sudo apt-get install -y upx-ucl
4950

5051
- name: Compress with UPX
52+
if: matrix.goarch != 'loong64'
5153
run: upx --best --lzma ${{ matrix.artifact }}${{ matrix.suffix }}
5254

5355
- name: Archive

0 commit comments

Comments
 (0)