Skip to content

fix: use tar.bz2 package format and update docker image reference#20

Closed
ppenna wants to merge 1 commit into
nanvix/v2.12.9from
fix/package-format-and-docker-image
Closed

fix: use tar.bz2 package format and update docker image reference#20
ppenna wants to merge 1 commit into
nanvix/v2.12.9from
fix/package-format-and-docker-image

Conversation

@ppenna

@ppenna ppenna commented May 10, 2026

Copy link
Copy Markdown

Summary

Fix package format and Docker image references in Makefile.nanvix.

Changes

  • Change package format from .tar.gz to .tar.bz2 (bzip2 compression)
  • Update verify-package target to use tar tjf (bz2) instead of tar tzf (gz)
  • Where applicable, update Docker image from nanvix/toolchain:latest-minimal to ghcr.io/nanvix/toolchain-gcc:latest

Background

After migrating Docker images from Docker Hub to GitHub Container Registry, the package and verify-package targets were incorrectly using gzip (.tar.gz) instead of bzip2 (.tar.bz2). This PR restores the correct packaging format.

Validation

  • Built, packaged, and verified locally (native toolchain)
  • Smoke tests pass

@ppenna
ppenna force-pushed the fix/package-format-and-docker-image branch from 3a3f378 to a8c89e6 Compare May 10, 2026 16:36
- Change package format from .tar.gz to .tar.bz2 (bzip2 compression)
- Update verify-package target to use tar tjf (bz2) instead of tar tzf (gz)
- Run release (package + verify-package) natively on host, not in Docker,
  since bzip2 is not available in the Docker image

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ppenna
ppenna force-pushed the fix/package-format-and-docker-image branch from a8c89e6 to 718a969 Compare May 10, 2026 16:48
@ppenna ppenna closed this May 11, 2026
@ppenna
ppenna deleted the fix/package-format-and-docker-image branch May 11, 2026 12:40
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.

1 participant