Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move PDC patches to next branch and prepare for moving to a later OpenWrt base version #15

Merged
merged 2 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build-matter-openwrt-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Prepare meta-data
id: prepare
shell: bash
run: grep '^ARG OPENWRT_VERSION=' .containers/matter-openwrt-build/Dockerfile | cut -c 5- | tee -a "$GITHUB_OUTPUT"

- name: Build and push
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: project-chip/matter-openwrt-build
context: .containers/matter-openwrt-build
registry: ghcr.io
tags: "latest,${{ steps.prepare.outputs.OPENWRT_VERSION }}"
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
no_push: ${{ github.repository_owner != 'project-chip' || github.event_name != 'push' || github.event.ref != 'refs/heads/main' }}
152 changes: 0 additions & 152 deletions .github/workflows/hostap-hwsim-tests.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions overlay/hostapd/README.md

This file was deleted.

1 change: 0 additions & 1 deletion overlay/hostapd/patches.base

This file was deleted.

39 changes: 0 additions & 39 deletions overlay/hostapd/patches.import

This file was deleted.

Loading
Loading