Commit graph

17 commits

Author SHA1 Message Date
199a82ff0c torrent priority and piece state fix
All checks were successful
docker / build-docker (linux/amd64) (push) Successful in 2m16s
docker / build-docker (linux/arm64) (push) Successful in 2m14s
2024-07-07 23:09:13 +03:00
d8ee8a3a24 update
All checks were successful
docker / build-docker (linux/amd64) (push) Successful in 1m34s
docker / build-docker (linux/386) (push) Successful in 1m37s
docker / build-docker (linux/arm64/v8) (push) Successful in 7m37s
docker / build-docker (linux/arm64) (push) Successful in 7m44s
docker / build-docker (linux/arm/v7) (push) Successful in 8m12s
2024-04-24 20:36:33 +03:00
6a1e338af4 update 2024-03-18 00:00:34 +03:00
b245c9f451 royalcat refactoring 2023-10-08 19:46:03 +03:00
Antonio Navarro Perez
45e745dffc
Update main dependencies (#113) 2022-01-05 21:17:28 +01:00
Antonio Navarro Perez
a1b8cd1c7a
Create binaries for armv7 and arm64 (#111) 2021-12-19 12:00:51 +01:00
Antonio Navarro Perez
b98a93f59f
Test on arm (#109) 2021-12-17 23:44:42 +01:00
Antonio Navarro Perez
f606b129b2
Update dependencies and move to Go 1.17 (#81) 2021-10-08 16:15:09 +02:00
Antonio Navarro Perez
0a4438b1ad
Docker image (#22)
- Config file now is inside a config folder by default, to make easier
docker integration.
- File not found errors now are debug log outputs.
- Added dependabot integration for github action versions.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-14 16:28:50 +01:00
Antonio Navarro Perez
56d32fd1f4
Compile windows without cgo (#14) 2020-11-01 17:24:08 +01:00
Antonio Navarro Perez
1614af438e
Build on several platforms (#13)
- Added a GitHub workflow to compile distribyted on linux, macOS and windows.
- Fixed some problems on storage when running on windows.
- Added more documentation about how to use on windows.
- Now on every build, artifacts are generated and can be downloaded for testing before a release.
- Only cross-compiling arm-7 for now.

Fixes #6 

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-11-01 12:23:39 +01:00
Stephen Smith
21f4a5f1da
fix: Don't clobber gopath except for the target that uses the var (#11)
It seems to me that setting gopath would be undesirable since most people should have it set from setting up golang. This just moves those vars into go-compile so that it doesn't bother those who are just building a binary. It might be better to have it only set GOPATH if unset, or move it to .bashrc and friends.
2020-10-28 19:11:37 +01:00
Antonio Navarro Perez
11702839e1 Update dependencies and fix Makefile
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-10-18 20:44:45 +02:00
Antonio Navarro Perez
d72d77092b Fix cross-compiling with go 1.15.x
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-10-18 20:14:32 +02:00
Antonio Navarro Perez
45f10e2f81 Refactoring and first steps to make multi OS compatible.
- Using cgofuse to be compatible with multiple OSes
- Refactor to make possible better testing
- Add a bunch of tests
- Add code coverage

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-10-18 11:39:59 +02:00
Antonio Navarro Perez
f6d7a5fff2 Improve binary names and output logs
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-08-02 21:38:53 +02:00
Antonio Navarro Perez
18b0d52b3f Add Makefile
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-07-27 12:19:35 +02:00