Skip to content

Commit

Permalink
chore: add linux/loong64 build target
Browse files Browse the repository at this point in the history
  • Loading branch information
marjune163 committed Aug 4, 2022
1 parent 972f0b7 commit e432cb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build-all.inc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'linux riscv64' 'windows 386' 'windows amd64' 'windows arm' 'windows arm64' 'darwin amd64' 'darwin arm64')
builds=('linux 386' 'linux amd64' 'linux arm' 'linux arm64' 'linux riscv64' 'linux loong64')
builds=("${builds[@]}" 'windows 386' 'windows amd64' 'windows arm' 'windows arm64')
builds=("${builds[@]}" 'darwin amd64' 'darwin arm64')
builds=("${builds[@]}" 'freebsd 386' 'freebsd amd64' 'freebsd arm' 'freebsd arm64')
builds=("${builds[@]}" 'openbsd 386' 'openbsd amd64' 'openbsd arm' 'openbsd arm64')
builds=("${builds[@]}" 'netbsd 386' 'netbsd amd64' 'netbsd arm' 'netbsd arm64')
Expand Down

0 comments on commit e432cb4

Please sign in to comment.