Skip to content

Conversation

@meanwhile131
Copy link

@meanwhile131 meanwhile131 commented Jan 6, 2026

The build workflow runs on each push to master (and any pull request), and generates a docker image + statically built binaries for:

  1. linux/386
  2. linux/amd64
  3. linux/arm/v6
  4. linux/arm/v7
  5. linux/arm64/v8
  6. linux/ppc64le
  7. linux/riscv64
  8. linux/s390x

It tags the image as "latest" only if a tag prefixed with "v" was pushed to master, in which case it also tags the image with that version (like "v1.2.3"). The workflow uses the short commit hash for tagging every image, and naming the binary artifact produced.

@meanwhile131 meanwhile131 marked this pull request as ready for review January 6, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants