Skip to content

Conversation

@kemingy
Copy link
Collaborator

@kemingy kemingy commented Oct 26, 2025

  • build with debian-bookworm base image for Docker images
  • build with ubuntu-22.04 for binary artifacts
  • fix broken links in README
  • fix broken ARG in Dockerfile
  • build arm images on arm runners instead of using QEMU (it's much faster than before)

I have tested the ghcr part, the docker hub part should also work if there is no bugs. :)

Motivation and Context

Description

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@kemingy kemingy linked an issue Oct 26, 2025 that may be closed by this pull request
Comment on lines +136 to +141
- name: Get the semver
id: semver
run: |
VERSION="${{ github.ref_name }}"
SEMVER="${VERSION#v}"
echo "semver=${SEMVER}" >> "$GITHUB_OUTPUT"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope I can get the tags from ${{ needs.docker-build-push.meta.tags }}, but GitHub doesn't support outputs from the specific matrix. See https://github.com/orgs/community/discussions/17245

@kemingy kemingy merged commit 3fd795a into FedericoPonzi:master Oct 28, 2025
7 checks passed
@kemingy kemingy deleted the release_on_ubuntu22.04 branch October 28, 2025 01:15
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.

release with lower glibc version

1 participant