pokt-network / poktroll

The official Shannon upgrade implementation of the Pocket Network Protocol implemented using Rollkit.dev
MIT License
15 stars 6 forks source link

[Quickfix] Add gcompact to container images #537

Closed okdas closed 1 month ago

okdas commented 1 month ago

Summary

I ran into an issue when working with new container images on amd64 platform - poktrolld wasn't working. When I manually built an image with gcompact I was able to deploy the node. Let's include this in the next release.

Testing

Replicated an issue and fixed by manually building an image on amd64 virtual machine.

Sanity Checklist