devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
878 stars 273 forks source link

Publish all docker images at once - x86, ARM #186

Closed allburov closed 11 months ago

allburov commented 1 year ago

Right now one have to manually publish ARM images for both CORE and PLUS images. We need to automate it using some third party service with ARM github action runners

allburov commented 11 months ago

Few thoughts about the topic

There're few advantages for github actions tho:

  1. We rely on single platform for releasing (the more parts involved, the more fragile the process becomes)
  2. We use single platform for all processes (no needs to open other if there's some problem)
  3. The single platform means a single bill (we have no intention of saving cents yet)

Tho it's much comfortable to work without having to ssh to AWS ARM server and build arm version there...

allburov commented 11 months ago

Done, now we're using buildjet to handle jobs. It was pretty easy change :)