tete1030 / openwrt-fastbuild-actions

FAST building OpenWrt with Github Actions and Docker!
Other
100 stars 83 forks source link

如何通过Star启动编译? #2

Open adaaaaaa opened 4 years ago

adaaaaaa commented 4 years ago

要做这个?? Register a Docker Hub account

tete1030 commented 4 years ago

目前三种编译都没有允许通过star启动编译,只有通过publish和push事件启动。稍等让我把这个加上吧。

之所以你push也没有启动,我猜测是你在push完成后才注册github actions的对吗?

另外docker hub步骤也是必须的,否则无处上传编译环境。

adaaaaaa commented 4 years ago

在push完成后才注册github actions的对吗?

注册好多天了。。。是每个仓库都有重新开actions吗??好像另外一个开过,这里又再开了一次。。。

tete1030 commented 4 years ago

那很奇怪。

我刚进行了一个大更新,你可以删除原本的,重新fork。现在步骤应该会简单点

tete1030 commented 4 years ago

我在注释里更新了Star触发编译的支持,详情可以参考:

https://github.com/tete1030/openwrt-fastbuild-actions/blob/118d1a3a9e1c25b7d24f3f7a23b7f181b7773889/.github/workflows/build-openwrt.yml#L78

adaaaaaa commented 4 years ago

github.event_name == 'watch' && github.event.action == 'started' && github.event.repository.owner.id == github.event.sender.id

是直接取消注释?我试了不行。。。 我想替换掉commit就编译。。。不要每次修改都编译。。。我要手动。。。😂

tete1030 commented 4 years ago

当然不是直接取消注释啊。。。 我下午还给你的代码发了个评论教你怎么做,你看到了吗

adaaaaaa commented 4 years ago

你看到了吗

看到了,我再试试。。。