libsv / payd

Payd is a (work in progress!) basic wallet that operates fully SPV manner. Should be run along with a bitcoin blockheaders client.
Other
16 stars 5 forks source link

Docker image for goreleaser #45

Open jadwahab opened 2 years ago

jadwahab commented 2 years ago

Right now goreleaser has it's own built binary so we just copy it over into the docker image but then we have some duplication so we have 2 Dockerfiles. (one for local builds and one for releaser builds)

roppa commented 2 years ago

I took a look at goreleaser, looks like as we are using cgo its making it a little more complicated. We can either add a lot more lines of code to the gorelaser yml file, or keep the docker file as is. See https://goreleaser.com/cookbooks/cgo-and-crosscompiling/