1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
dependabot[bot]
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
dependabot[bot]
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
Loyalsoldier
3b1f8b8cc3
Fix: debian package (#1279) 2021-09-27 22:13:13 +01:00
Loyalsoldier
70e341564a
Chore: deb package uses Golang v1.17 (#1234) 2021-08-26 15:20:31 +08:00
Loyalsoldier
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
Loyalsoldier
07fb242259
Chore: just build deb package on some cases to save space quota (#994) 2021-05-11 06:24:35 +08:00
Loyalsoldier
736379d22d
Chore: update debian package (#975) 2021-05-05 10:34:12 +08:00
Loyalsoldier
9beabe833a
Chore: update debian package (#894) 2021-04-12 23:14:26 +08:00
Loyalsoldier
66c3423b98
Fix: use Go v1.16 to build deb package (#890) 2021-04-12 12:07:04 +08:00
Loyalsoldier
324c7cb862
Fix: wget command not found (#874) 2021-04-07 03:41:27 +08:00
Loyalsoldier
a962e8ac00
Fix: debian build after removing geo files from repo (#873) 2021-04-07 03:20:51 +08:00
kslr
73e2887f6e Deb: only trigger debian when released 2021-01-05 08:58:46 +08:00
Kslr
d1b39398a9
Deb: only branch match 2021-01-04 22:20:55 +08:00
kslr
52f158d054 Deb: update version 2021-01-04 22:15:22 +08:00
Loyalsoldier
63912f99ec
Refine workflows (#464) 2020-11-27 08:33:44 +08:00
Loyalsoldier
7acf515258
Refine GitHub workflows running condition (#447) 2020-11-23 20:51:58 +08:00
Xiaokang Wang
999165bf93
Update deb.yml 2020-11-21 14:40:27 +00:00
Kslr
f96fe0b35d
fix deb typo 2020-11-20 23:41:48 +08:00
Kslr
553bf3368b
fix deb stable 2020-11-09 22:52:37 +08:00
loyalsoldier
20fcb73d74
Refine debian package workflow 2020-11-09 12:28:26 +08:00
Kslr
d2ed1434d3
update debian gpg 2020-11-08 17:50:00 +08:00
Kslr
dff48c99db
fix deb git branch name 2020-11-08 11:27:14 +08:00
Kslr
d0019630f6
Update deb.yml 2020-11-08 11:24:18 +08:00
ymshenyu
af578d4af2
add support for debian packaging (#397)
* initial debian packaging

* add action for debian packaging

* trigger build

* fix syntax
2020-11-08 11:10:13 +08:00