Skip to content

Add Dockerfile and Github Actions workflow#98

Open
meanwhile131 wants to merge 1 commit intorofl0r:masterfrom
meanwhile131:add_container
Open

Add Dockerfile and Github Actions workflow#98
meanwhile131 wants to merge 1 commit intorofl0r:masterfrom
meanwhile131:add_container

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
@ismoiliy98
Copy link

What's the status of this?

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.

3 participants