Commit Graph
56 Commits
Author SHA1 Message Date
c1523c4578 Chore: bump actions/checkout from 6 to 7 (#3760)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-20 20:31:02 +08:00
Bang LeeandXiaokang Wang (Shelikhoo) 3bfa8a541c Revert "ci: annotate arm64 pie binary with prerelease mark"
This reverts commit ea19e33494.

That commit (#3521) was a workaround for arm64-pie binaries not being
reproducible: when the Release workflow re-ran on the released event,
arm64-pie produced different bytes than on prereleased, and uploading
under the same filename caused issues. The workaround gave the
prerelease-time variant a `-prerelease` suffix so the two variants
would not overwrite each other.

With the previous commit, build no longer re-runs on released, so
arm64-pie is built exactly once (at prerelease time) and the
reproducibility issue is moot. The workaround is no longer needed
and the file now uses its canonical name."
2026-06-08 19:40:56 +01:00
Bang LeeandXiaokang Wang (Shelikhoo) 519924567d ci: skip build/signature jobs on released event
The Release workflow re-runs on both prereleased and released events,
which rebuilds zips with freshly-fetched geoip/geosite data and
overwrites the prerelease artifacts (the ones the externally-signed
Release file was signed against). This causes the published signed
Release to no longer match the downloadable zip bytes.

Fixes #3049 by gating the build and signature jobs to only run on
push/PR and prereleased events. The buildContainer job still runs on
released to publish the 'latest' / major-version image tags; its
condition is loosened with '!cancelled() && needs.signature.result
!= failure' so that it proceeds even when signature is skipped (GHA
would otherwise cascade-skip dependents of a skipped job).

Container image content is unchanged across the two events (same zip
inputs from the release page), so the released-event run only adds
new tags to the same image SHA.
2026-06-08 19:40:56 +01:00
9cf6a45519 Chore: bump actions/upload-artifact from 6 to 7 (#3628)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 01:47:56 +08:00
46d7ff13ed Chore: bump actions/download-artifact from 7 to 8 (#3629)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 01:47:30 +08:00
Shelikhoo 401a96f04f disable windows/arm32 2026-02-15 20:06:33 +00:00
d771982e27 Chore: bump actions/upload-artifact from 5 to 6 (#3574)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 14:33:15 +08:00
a6591fadda Chore: bump actions/download-artifact from 6 to 7 (#3576)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 14:32:13 +08:00
dded89cc31 Chore: bump actions/checkout from 5 to 6 (#3553)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-22 07:16:28 +08:00
d22fa165d2 Chore: bump actions/upload-artifact from 4 to 5 (#3542)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-25 20:47:04 +08:00
febd5bae57 Chore: bump actions/download-artifact from 5 to 6 (#3543)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-25 20:45:44 +08:00
Shelikhoo ea19e33494 ci: annotate arm64 pie binary with prerelease mark 2025-09-13 22:47:25 +01:00
LoyalsoldierandGitHub 01fec2fba9 CI: bump actions/setup-go to v6 & use go version in go.mod (#3510) 2025-09-09 19:31:34 +08:00
LoyalsoldierandGitHub 84bf1a9e5d CI: bump actions/checkout from v3 to v5 (#3509) 2025-09-09 19:03:34 +08:00
be41f71fc6 Chore: bump actions/download-artifact from 4 to 5 (#3467)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-07 07:40:57 +08:00
LoyalsoldierandGitHub 54dd6d7cb6 CI: only run release workflow when changing release.yml file (#3492) 2025-08-30 05:32:52 +08:00
Shelikhoo c06fe2d34c update builder golang version 2025-04-05 16:08:00 +01:00
Xiaokang Wang (Shelikhoo)andGitHub 78cd513b82 Add Persistent Storage Support to V2Ray (#3300)
* update protogen to strip unused part

* add persistent storage support

* fix coding style

* update linter setting

* update github integration
2025-02-05 20:36:40 +00:00
Shelikhoo f395b7dd7e really really fix pie build x2 2025-01-26 20:35:40 +00:00
Shelikhoo ca5ce23fb4 really really fix pie build 2025-01-26 20:24:29 +00:00
Xiaokang Wang (Shelikhoo)andGitHub d5bcf9d878 really fix pie build (#3286) 2025-01-21 10:16:01 +00:00
Xiaokang Wang (Shelikhoo)andGitHub 4adda5806a fix broken pie build with generating seperate files (#3281) 2025-01-14 10:06:23 +00:00
Shelikhoo 4402ebc0e2 Update Go version to v1.23 2024-09-15 15:33:54 +01:00
Shelikhoo 8191faa6e0 Add pie build mode to all binary builds 2024-05-07 04:11:16 +01:00
QusicandXiaokang Wang (Shelikhoo) c7459b30e4 fix multiarch buildah command 2024-03-21 10:38:33 +00:00
QusicandXiaokang Wang (Shelikhoo) 887280e848 image tags and timestamp 2024-03-15 20:18:36 +00:00
AkinoKaede 0320aa8f8d chore: update release go version to 1.21 2023-08-10 07:30:50 +08:00
580d33a7e3 CI: Add Linux loong64 build task (#2609)
* 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](https://github.com/refraction-networking/utls/compare/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] <support@github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:38:17 +08:00
093d7b0b6f Chore: bump actions/setup-go from 3 to 4 (#2412)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-17 12:01:43 +08:00
Shelikhoo 179cd1d62f Add container build file 2023-02-18 14:32:43 +00:00
秋のかえでandGitHub 07ed4e0d29 Chore: use Go 1.20 (#2297) 2023-02-03 17:08:53 +08:00
Tim XylonandGitHub 75addbf195 Fix deprecated 'set-output' in workflow (#2220)
* Fix deprecated 'set-output' in workflow

* Update actions/stale to v7
2023-01-29 14:22:25 +08:00
秋のかえで 9ae51c1f15 Chore: use Go v1.19 2022-08-19 19:37:09 +08:00
542571d3a5 Chore: bump actions/download-artifact from 2 to 3 (#1723)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 17:42:13 +08:00
d877bad50e Chore: bump actions/upload-artifact from 2 to 3 (#1724)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 17:42:04 +08:00
ff4d2cf840 Chore: bump actions/setup-go from 2 to 3 (#1721)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-09 17:41:11 +08:00
Loyalsoldierand秋のかえで 56371d87ef Chore: use Go v1.18 & update dependencies 2022-04-05 14:47:21 +08:00
fd30b97a85 Chore: bump actions/checkout from 2 to 3 (#1641)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 13:10:12 +08:00
KallyDevandGitHub cbb6d7a509 CI: add FreeBSD and OpenBSD ARM build tasks (#1423) 2021-11-27 13:14:57 +08:00
秋のかえでandGitHub 0f1e21ceba Chore: rename binary for Windows (#1356) 2021-10-28 13:15:37 +08:00
JebbsandShelikhoo b05a469488 v5: Remove v2ctl & wv2ray (rebased from 7c1ab06206) 2021-09-04 11:09:55 +01:00
LoyalsoldierandGitHub 1a686b0abc Chore: add trimmed geoip-only-cn-private.dat to package (#1233)
This size-reduced dat file only includes `cn` and `private` list, which is suitable for ROM/RAM insufficient devices.

Use it in V2Ray like this:

- `ext:geoip-only-cn-private.dat:cn`
- `ext:geoip-only-cn-private.dat:private`
2021-08-26 12:46:14 +08:00
database64128andGitHub c78ee5aac7 🏡 Housekeeping: Update to Go 1.17 (#1215)
* ⬆ Update to Go 1.17

* 🏗 Update workflows and add windows-arm64

* 💾 Update generated files

* 📛 Update not-so-friendly filenames
2021-08-21 13:20:40 +08:00
LoyalsoldierandGitHub 026a803781 Chore: use Go v1.16.4 explicitly (#993) 2021-05-11 06:26:39 +08:00
LoyalsoldierandGitHub 10ca68f277 Feat: remove geo files from repo & refine tests (#869) 2021-04-07 03:08:03 +08:00
LoyalsoldierandGitHub f8c3c36f45 Chore: use Go v1.16.3 (#854) 2021-04-04 09:09:53 +08:00
loyalsoldier 24948c6520 Merge branch 'master' into dev-wsimprovement 2021-03-28 08:40:05 +08:00
Shelikhoo 2d778239a3 added necessary infrastructure 2021-03-20 21:58:07 +00:00
LoyalsoldierandGitHub 9e9173acb4 Chore: update protobuf & dependencies (#793)
* Chore: update protobuf
* Chore: regenerate mock files
* Chore: update dependencies
* Chore: use Go v1.16.2 and later
2021-03-18 12:17:26 +08:00
LoyalsoldierandGitHub a545bfe2c8 Feat: use Go v1.16 & support Apple Silicon (#686) 2021-02-19 13:24:19 +08:00