1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-29 12:57:46 +02:00
Commit Graph

38 Commits

Author SHA1 Message Date
cdc837e781
trim '/' from path when using systemFS
should fix #58.
2021-02-17 22:02:26 +00:00
e913f25a47
update buildrone url 2021-02-17 20:31:52 +00:00
6b3800abf6
remove branch trigger 2021-02-17 16:34:04 +00:00
09fc81d7f4
fix tag recognition by drone 2021-02-17 16:26:14 +00:00
8dd72c95ab
switch image for drone builds 2021-02-17 11:19:51 +00:00
f794322392
Merge branch 'go1.16'
merge go1.16 changes

This includes embedded files for releases (no extra 'data' directory!)
and support for a custom language file directory, allowing one to
customize the text accross the app.
2021-02-17 11:15:21 +00:00
33b7876826
build from tag on stable 2021-02-13 22:03:35 +00:00
0fc4b5eb22
switch to buildx with qemu for builds 2021-02-13 21:59:33 +00:00
a80e5c2aa9
purge manifest and recreate per build 2021-02-13 20:49:56 +00:00
060f0efc16
pull containers before manifest, run on different host 2021-02-13 14:05:04 +00:00
c3fb00a307
wrong go version container 2021-02-12 15:37:19 +00:00
988829a6db
dont build docker on go1.16 branch 2021-02-12 15:22:21 +00:00
76935a300a
dont build docker on go1.16 branch 2021-02-12 15:21:58 +00:00
ee37588959
drone image 2021-02-12 14:32:57 +00:00
72cf3e2240
add external/internal data options
"make all" will build with internal data, whereas "make debug"/"make
all-external" will make an external "data/" directory.
2021-02-12 14:32:48 +00:00
1af8d1f77d
fix url in account creation success page 2021-02-12 13:38:34 +00:00
2ee0ed55f6
forgot key agh 2021-02-12 00:35:20 +00:00
94981f4891
dont use drone manifest plugin 2021-02-11 23:52:05 +00:00
81fb0fc69f
fix triggers aarch64 = arm64 2021-02-11 22:25:00 +00:00
c3af0f4380
remove tag event from unstable build 2021-02-11 21:48:57 +00:00
3a9e4950d4
run docker amd64 builds on drone, attempt multiarch 2021-02-11 21:18:32 +00:00
06dada297b
up command_timeout for slow rpi builds 2021-02-11 18:47:24 +00:00
e1c3b312ff
split armhf and arm64, add stable build 2021-02-11 16:24:32 +00:00
e235ed9fda
fix key again 2021-02-11 16:14:39 +00:00
5cda12dd3b
separate into pipelines, add armhf 2021-02-11 16:11:07 +00:00
a9d48083fd
fix keyfile 2021-02-11 15:48:13 +00:00
e28c50401e
use key path 2021-02-11 15:37:02 +00:00
4a3b015a40
start adding automated arm builds 2021-02-11 15:29:33 +00:00
95a6b48c3e
add go1.16 branch do drone builds
This branch has fully self-contained binaries, so I thought it'd be a
good idea to build it alongside.
2021-02-01 18:43:30 +00:00
0171fb8569
dont attempt to release PRs on buildrone 2021-01-08 23:52:36 +00:00
5fd2e81fe4
install requests dep for upload.py
sorry for commit spam.
2020-10-08 21:48:15 +01:00
a12678bd4d
upload tar.gz instead of zip 2020-10-08 21:37:44 +01:00
e3644e8fbf
fix indentation 2020-10-08 21:10:31 +01:00
04198f3d49
initial buildrone integration
buildrone is a little build server thing i wrote. This change should
cause all new Drone builds to be uploaded to it.
2020-10-08 21:06:36 +01:00
8f7a65bebb
fix drone.yml build 2020-09-29 23:41:15 +01:00
64c5badddd
more drone testing 2020-09-29 23:28:14 +01:00
2e0519b183
drone testing 2020-09-29 23:22:29 +01:00
9e739e79e7
initial drone ci setup 2020-09-29 23:10:07 +01:00