Skip to content

Commit 11e5302

Browse files
committed
testing build
1 parent fe8d345 commit 11e5302

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
build-openwrt-images:
1111
runs-on: ubuntu-22.04
1212
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
2121

2222
steps:
2323
- name: Checkout repo
2424
uses: actions/checkout@v4
2525

2626
- name: build
2727
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"
3131
3232
- name: Upload image artifacts
3333
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)