Commit graph

14 commits

Author SHA1 Message Date
b245c9f451 royalcat refactoring 2023-10-08 19:46:03 +03:00
Antonio Navarro Perez
45e745dffc
Update main dependencies () 2022-01-05 21:17:28 +01:00
Antonio Navarro Perez
a1b8cd1c7a
Create binaries for armv7 and arm64 () 2021-12-19 12:00:51 +01:00
Antonio Navarro Perez
b98a93f59f
Test on arm () 2021-12-17 23:44:42 +01:00
Antonio Navarro Perez
f606b129b2
Update dependencies and move to Go 1.17 () 2021-10-08 16:15:09 +02:00
Antonio Navarro Perez
0a4438b1ad
Docker image ()
- 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 () 2020-11-01 17:24:08 +01:00
Antonio Navarro Perez
1614af438e
Build on several platforms ()
- 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  

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 ()
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