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

README にビルド&アップロード手順を追記 #11

Open
kxc-waddlaw opened this issue Oct 28, 2022 · 3 comments
Open

README にビルド&アップロード手順を追記 #11

kxc-waddlaw opened this issue Oct 28, 2022 · 3 comments
Assignees

Comments

@kxc-waddlaw
Copy link
Collaborator

https://github.com/kxcteam/pubinfra.dockerfiles/blob/main/ocaml-general/Dockerfile

  • ローカルでビルド
  • GitHub Packages にアップロード

する時の手順を README.md に書いてほしい

@haochenx
Copy link
Member

haochenx commented Feb 14, 2023

Haochen's routine:

export OV=4.13.1 \
  && docker buildx build --platform linux/amd64 --build-arg VER=$OV . -t ghcr.io/kxcteam/ocaml-general:$OV \
  && docker push ghcr.io/kxcteam/ocaml-general:$OV

Notes

@kxc-wraikny
Copy link
Contributor

@haochenx これ必要ですか?(GitHub Actionsがあるので)

@haochenx
Copy link
Member

@haochenx これ必要ですか?(GitHub Actionsがあるので)

一応ローカルでビルドすることもあるでしょうから、あったほうがよいと思います。
同時に ci ファイルの当該箇所への link もはってほしい @kxc-wraikny

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

No branches or pull requests

4 participants