Skip to content

build openwrt images #1

build openwrt images

build openwrt images #1

Workflow file for this run

# Action to build lxd images
---
name: build images
on:
# Allows manual workflow run (must in default branch to work)
workflow_dispatch:
jobs:
build-openwrt-images:
runs-on: ubuntu-22.04
container:
image: openwrt/imagebuilder:ath79-generic-main

Check failure on line 13 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build images

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 13, Col: 5): Unexpected value 'image' .github/workflows/build.yml (Line: 18, Col: 5): Unexpected value 'volumes'
#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"
- name: Upload image artifacts
uses: actions/upload-artifact@v4
with:
name: openwrt-images
path: bin