Skip to content

Commit

Permalink
CI: Add Linux loong64 build task (#2609)
Browse files Browse the repository at this point in the history
* CI: add Linux loongarch64 build tasks

* Fix: rename goarch from loongarch64 to loong64

* chore: go mod tidy

* Chore: bump github.com/refraction-networking/utls from 1.3.2 to 1.3.3 (#2611)

Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/refraction-networking/utls/releases)
- [Commits](refraction-networking/utls@v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/refraction-networking/utls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CI: add Linux loongarch64 build tasks

* Fix: rename goarch from loongarch64 to loong64

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
KatyushaScarlet and dependabot[bot] committed Jul 18, 2023
1 parent d99195b commit 580d33a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
goarch: arm64
- goos: linux
goarch: riscv64
- goos: linux
goarch: loong64
- goos: windows
goarch: arm64
- goos: android
Expand Down
3 changes: 2 additions & 1 deletion release/friendly-filenames.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"linux-mipsle": { "friendlyName": "linux-mips32le" },
"linux-mips": { "friendlyName": "linux-mips32" },
"linux-riscv64": { "friendlyName": "linux-riscv64" },
"linux-loong64": { "friendlyName": "linux-loong64" },
"openbsd-386": { "friendlyName": "openbsd-32" },
"openbsd-amd64": { "friendlyName": "openbsd-64" },
"openbsd-arm6": { "friendlyName": "openbsd-arm32-v6" },
Expand All @@ -28,4 +29,4 @@
"windows-arm64": { "friendlyName": "windows-arm64-v8a" },
"windows-arm7": { "friendlyName": "windows-arm32-v7a" },
"android-arm64": { "friendlyName": "android-arm64-v8a" }
}
}
2 changes: 1 addition & 1 deletion release/user-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ PKGSUFFIX=

for arg in "$@"; do
case $arg in
386 | arm* | mips* | ppc64* | riscv64 | s390x)
386 | arm* | mips* | ppc64* | riscv64 | loong64 | s390x)
GOARCH=$arg
;;
windows)
Expand Down

0 comments on commit 580d33a

Please sign in to comment.