ecadlabs / signatory

Signatory - A Tezos Remote Signer for signing block-chain operations with private keys using YubiHSM, AWS, GCP, Ledger's or Azure Key Vault
https://signatory.io
Apache License 2.0
62 stars 18 forks source link

refactor(.goreleaser.yml): change dockerfile name from goreleaser.doc… #469

Open GImbrailo opened 1 year ago

GImbrailo commented 1 year ago

…kerfile to Dockerfile for standardization and better readability

GImbrailo commented 1 year ago

Dockerfile building an image only for amd64 architecture (for local development, testing on VMs) For releasing purpose with different architectures - there is goreleaser.dockerfile file. So there is no need to change this file.

Thanks, @denisandreenko. this PR should have been a draft as I was just starting out. I was hoping we could use the same Dockerfile for our release. If you don't think it is clear cut, I will close this PR.