Commit Graph

190 Commits

Author SHA1 Message Date
Alex Miller
ba147b689b Add bitcoin-core 23.0 2022-06-07 01:23:58 +02:00
Rui Marinho
118d11cf23 Fix broken references to version 22 on README.md 2021-11-22 22:49:54 +00:00
Rui Marinho
ea614cfd3a Remove whitespace from build.yaml 2021-11-22 22:49:27 +00:00
Rui Marinho
c5277d1d61 Use docker/login-action instead of docker login 2021-11-21 02:02:27 +00:00
Rui Marinho
44e4f33145 Add Let's Encrypt certificate expiration workaround 2021-11-21 01:44:59 +00:00
Mark Lopez
771d9b34af Add bitcoin-core@22.0 2021-11-21 01:06:00 +00:00
Rui Marinho
2da9cc9419
Merge pull request #117 from guggero/0.21.1
Update to 0.21.1, use faster bitcoincore.org mirror
2021-05-05 15:51:08 +01:00
Oliver Gugger
758850ce94
0.21: use faster bitcoincore.org mirror 2021-05-02 11:08:15 +02:00
Oliver Gugger
accd8c6411
0.21: bump to version 0.21.1 2021-05-02 11:07:56 +02:00
Rui Marinho
2f03f7111a
Merge pull request #113 from keblek/master
Signet details
2021-02-09 21:53:30 +00:00
keblek
5cfca032cb
Added ports for signet to readme 2021-02-09 18:04:14 +01:00
keblek
fb8d044327
Added ports for signet 2021-02-09 18:02:56 +01:00
Rui Marinho
66431c52a4 Remove .travis.yml 2021-02-09 01:43:47 +00:00
Oliver Gugger
e1455ce7d6 Add version 0.21.0 2021-02-09 01:40:39 +00:00
Rui Marinho
cfaceaeed9
Merge pull request #104 from AlonzoRicardo/master
Fix pushing wrong versions to new tags
2021-02-09 01:38:02 +00:00
Rui Marinho
b97dbe8ecd
Merge pull request #112 from ruimarinho/support/replace-deprecated-set-env
Remove deprecated use of set-env
2021-02-08 11:48:09 +00:00
Rui Marinho
3289c67e67 Remove deprecated use of set-env 2021-02-08 10:56:06 +00:00
Ricardo Alonzo
511c6e9f08 Fix pushing wrong versions to new tags 2020-09-16 11:23:39 +02:00
Rui Marinho
7cec0c6b50 Add :alpine tag to represent latest alpine version 2020-08-15 16:38:32 +01:00
Rui Marinho
959e4fe08a Update docker badges 2020-08-15 16:32:58 +01:00
Rui Marinho
997f4ffcc3 Fix 0.19 tag anchor typo 2020-08-15 16:28:11 +01:00
Rui Marinho
d6bce32e43 Skip build steps if not required to execute 2020-08-15 02:55:55 +01:00
Rui Marinho
5c2993c243 Make sure binary is compiled successfully 2020-08-15 02:48:49 +01:00
Rui Marinho
3048e941f9
Merge pull request #102 from guggero/0.20.1
Add Bitcoin Core 0.20.1
2020-08-14 03:10:14 +01:00
Rui Marinho
2b7408c5cb Fix alpine builds using too recent boost version 2020-08-14 02:54:31 +01:00
Rui Marinho
8beee3af3b Fix TTY error when using docker login 2020-08-14 02:00:00 +01:00
Oliver Gugger
199afe1d17
multi: update to version 0.20.1 2020-08-10 09:12:43 +02:00
Rui Marinho
4527410c76 Add test for docker buildx pushed images 2020-06-20 01:24:10 +01:00
Rui Marinho
5b41173b4d Fix bitcoin-core:0.18-alpine runtime libraries 2020-06-19 23:32:32 +01:00
Rui Marinho
fa28ccedcf Only build tagged releases for respective major version 2020-06-09 02:12:51 +01:00
Rui Marinho
d8ec134e8d Only build latest when matching latest version 2020-06-09 01:58:38 +01:00
Rui Marinho
ceb506e85e Enable CI on pull requests 2020-06-08 11:55:29 +01:00
Rui Marinho
b5473f088d
Merge pull request #97 from fanquake/slim_0_20_0
0.20.0 alpine: OpenSSL and Boost Chrono are no-longer required
2020-06-08 11:53:08 +01:00
fanquake
18da1b42d4
alpine: OpenSSL is no longer required 2020-06-08 10:36:28 +08:00
fanquake
d4fece3bde
alpine: boost chrono is no longer required 2020-06-08 10:35:30 +08:00
fanquake
4a2f9c4774
alpine: Fix BITCOIN_VERSION var for 0.20.0 2020-06-08 10:34:35 +08:00
Rui Marinho
d5362f5cd3 Push latest on master branch commit 2020-06-08 02:08:10 +01:00
Rui Marinho
35e07dc0e6 Fix push when tag is present 2020-06-08 01:36:42 +01:00
Rui Marinho
8845d5ba5b
Merge pull request #96 from ruimarinho/feature/version-0-20
Add bitcoin-core@0.20.0
2020-06-07 21:18:31 +01:00
Rui Marinho
5447c1ce32 Add github workflow 2020-06-07 20:27:50 +01:00
Rui Marinho
af4e129151 Add bitcoin-core@0.20.0 2020-06-07 16:30:05 +01:00
Rui Marinho
db119433cb
Merge pull request #94 from fanquake/019_alpine_less_packages
0.19 Alpine: Install less build and runtime packages
2020-06-07 16:28:30 +01:00
fanquake
ddfb172210
Install less runtime Boost packages
Even though boost-dev is still required for building, (due to a issue
I'm pretty sure we've fixed for 0.20), you can get away with just
installing the needed libraries for runtime. Boost Program Options is
also no-longer required.
2020-05-06 15:00:03 +08:00
fanquake
203c717d9e
Protobuf is not required if the GUI is not being built
Given that --with-gui=no is being passed, there shouldn't be any reason
to install Protobuf.
2020-05-06 14:28:11 +08:00
Rui Marinho
b4f3aaec56 Improve build and push logic for CI pipeline 2020-04-23 02:03:30 +01:00
Rui Marinho
06fe908a32 Push image if tag is present or branch is master 2020-04-22 00:36:54 +01:00
Rui Marinho
32d3b1980c
Merge pull request #93 from ruimarinho/feature/multi-arch-debian-support
Add experimental multiarch support for debian variant
2020-04-21 23:57:35 +01:00
Rui Marinho
e8b95811a4 Add experimental multiarch support for Debian variant 2020-04-21 02:46:24 +01:00
Rui Marinho
481b7511cd
Merge pull request #92 from torkelrogstad/2020-03-16-0.19.1
Add Bitcoin Core 0.19.1
2020-04-19 01:28:33 +01:00
Torkel Rogstad
86ea3137d4 Add Bitcoin Core 0.19.1 2020-03-16 12:46:42 +01:00