tendermint / tm-db

Common database interface for various database backends for Tendermint Core and Cosmos SDK
Apache License 2.0
89 stars 136 forks source link

build: fix the image to work with golangci-lint #201

Closed creachadair closed 2 years ago

creachadair commented 2 years ago

Note to reviewers: Because the tests use the existing image, and we do not have local credentials to manually push a new one, this PR temporarily disables the test cases to get a new image built. I will revert that change after the image updates.

In #195 I updated the Go version, and also swapped from Debian to Alpine for the base image. This was OK for the build, but it turns out we also use the same image to run golangci-lint. That action uses a binary for a different architecture, which fails on this image.

So: