Skip to content

Commit

Permalink
testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
wehagy committed Apr 2, 2024
1 parent 11e5302 commit 9b1310d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,19 @@ on:
jobs:
build-openwrt-images:
runs-on: ubuntu-22.04
container:
image: openwrt/imagebuilder:ath79-generic-main
#env:
# NODE_ENV: development
#ports:
# - 80
volumes:
- ${{ github.workspace }}:/bin
#options: --privileged

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: build
run: |
make image \
PROFILE="tplink_archer-c7-v4" \
PACKAGES="luci luci-ssl luci-theme-material luci-app-sqm netbird kmod-wireguard"
docker run --rm \
-v /${{ github.workspace }}/bin/:/builder/bin \
docker.io/openwrt/imagebuilder:ath79-generic-main \
make image \
PROFILE="tplink_archer-c7-v4" \
PACKAGES="luci luci-ssl luci-theme-material luci-app-sqm netbird kmod-wireguard"
- name: Upload image artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9b1310d

Please sign in to comment.