Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version up to TeX Live 2023 #6

Merged
merged 19 commits into from
Oct 28, 2023
Merged

Conversation

nukopy
Copy link
Owner

@nukopy nukopy commented Oct 28, 2023

Closes #3, fixes #7

What

  • Version up to TeX Live 2023
  • Automate building and pushing to Docker Hub with GitHub Actions when a tag pushed
  • Multi-platforms support
    • linux/amd64 (TeX Live x86_64-linux build)
    • linux/arm64v8 (TeX Live aarch64-linux build)
  • Enhance README.md

Release checklist

  • Update the environment variable TEXLIVE_VERSION in Dockerfile is updated to the new version
  • Update the variable TAG in Makefile is updated to the new version
  • Build Docker image with tag of new version
  • Run tests for the new version with Docker container built on local
  • Push Docker image to Docker Hub
  • Run tests for the new version with Docker container pulled from Docker Hub

@nukopy nukopy self-assigned this Oct 28, 2023
Dockerfile Show resolved Hide resolved
Makefile Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Makefile Show resolved Hide resolved
docker-entrypoint.sh Show resolved Hide resolved
@nukopy nukopy merged commit 4b7a607 into master Oct 28, 2023
Copy link
Owner Author

@nukopy nukopy left a comment

Choose a reason for hiding this comment

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

LGTM!

@nukopy nukopy deleted the issues/3-version-up-to-texlive-2023 branch October 28, 2023 20:56
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.

[hotfix] Multi-platforms support Version up to TeX Live 2023
1 participant