Skip to content

Commit 1af6e90

Browse files
committed
build: stop publishing executables in GitHub (focus is container images)
primary motivation for this is broken publish step after bumping buildkit-golang which now empty dummy dotfile in `rel/` directory. for background see: function61/buildkit-golang@525a63d if we'd want to fix this, we'd upload only non-dotfiles but I see that as lacking ROI as the word should move to container image-based distribution for even things like executables they want to take out of the container anyway
1 parent 6a24b63 commit 1af6e90

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.config/turbobob.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@
2121
"dev_pro_tips": [
2222
"docker network connect fn61 tbdev-edgerouter-default"
2323
]
24-
},
25-
{
26-
"name": "publisher",
27-
"uses": "docker://fn61/buildkit-publisher:20200228_1755_83c203ff",
28-
"mount_destination": "/workspace",
29-
"commands": {
30-
"publish": ["publish-gh.sh", "function61/edgerouter", "rel/"],
31-
"dev": ["bash"]
32-
},
33-
"pass_envs": [
34-
"GITHUB_TOKEN",
35-
"EVENTHORIZON"
36-
]
3724
}
3825
],
3926
"os_arches": {

0 commit comments

Comments
 (0)