Commit 11e5302 1 parent fe8d345 commit 11e5302 Copy full SHA for 11e5302
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
10
10
build-openwrt-images :
11
11
runs-on : ubuntu-22.04
12
12
container :
13
- image : openwrt/imagebuilder:ath79-generic-main
14
- # env:
15
- # NODE_ENV: development
16
- # ports:
17
- # - 80
18
- volumes :
19
- - ${{ github.workspace }}:/bin
20
- # options: --privileged
13
+ image : openwrt/imagebuilder:ath79-generic-main
14
+ # env:
15
+ # NODE_ENV: development
16
+ # ports:
17
+ # - 80
18
+ volumes :
19
+ - ${{ github.workspace }}:/bin
20
+ # options: --privileged
21
21
22
22
steps :
23
23
- name : Checkout repo
24
24
uses : actions/checkout@v4
25
25
26
26
- name : build
27
27
run : |
28
- make image \
29
- PROFILE="tplink_archer-c7-v4" \
30
- PACKAGES="luci luci-ssl luci-theme-material luci-app-sqm netbird kmod-wireguard"
28
+ make image \
29
+ PROFILE="tplink_archer-c7-v4" \
30
+ PACKAGES="luci luci-ssl luci-theme-material luci-app-sqm netbird kmod-wireguard"
31
31
32
32
- name : Upload image artifacts
33
33
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments