ci(forgejo): use plain docker for image release #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/bilig-release-plain-docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- drop the buildx dependency from the bilig Forgejo release workflow\n- build native arm64 images with plain docker and push the tags directly\n- keep the earlier docker bootstrap so the job can run on a minimal bilig-ci runner\n\n## Testing\n- python - <<'PY'\n import yaml, pathlib\n yaml.safe_load(pathlib.Path('.forgejo/workflows/release-images.yml').read_text())\n print('yaml ok')\n PY\n- git push -u origin codex/bilig-release-plain-docker\n