@@ -60,37 +60,9 @@ clang-format.
6060there is now support for GitHub Actions, it's described in the
6161[ .github/workflows/ci.yml] ( .github/workflows/ci.yml ) file.
6262
63- below are description for the original CI setup.
64-
65- to make a new image and switch the CI to use it, first modify the
66- [ ci-containerfile] ( tools/ci-containerfile ) and produce the image locally:
67-
68- podman build --rm -t ndg-ci -f ./tools/ci-containerfile \
69- --build-arg ZIGURL=https://ziglang.org/download/0.12.0/zig-linux-x86_64-0.12.0.tar.xz
70-
71- then tag it with the target URL, for example:
72-
73- podman tag localhost/ndg-ci git.qcode.ch/nakamochi/ci-zig0.12.0:v1
74-
75- generate an [ access token] ( https://git.qcode.ch/user/settings/applications ) ,
76- login to the container registry and push the image to remote:
77-
78- podman login git.qcode.ch
79- podman push git.qcode.ch/nakamochi/ci-zig0.12.0:v1
80-
81- the image will be available at
82- https://git.qcode.ch/nakamochi/-/packages/
83-
84- finally, delete the access token from
85- https://git.qcode.ch/user/settings/applications
86-
87- what's left is to update the CI [ build pipeline] ( .woodpecker.yml ) and delete
88- the older version of the image.
89-
9063## contributing
9164
92- to contribute, create a pull request or send a patch with
93- [ git send-mail] ( https://git-scm.com/docs/git-send-email ) to alex-dot-cloudware.io.
65+ to contribute, create a pull request.
9466
9567before sending a change, please make sure tests pass:
9668
0 commit comments