Skip to content

Commit

Permalink
Move PDC patches to next branch and prepare for moving to a later O…
Browse files Browse the repository at this point in the history
…penWrt base version (#15)

* Revert "Add an initial set of hostap patches and a hwsim-based test workflow (#13)"

This feature has been moved to the 'next' branch.

This reverts commit 69671d9.

* Include OpenWrt version in Docker image tag
  • Loading branch information
ksperling-apple authored May 20, 2024
1 parent 69671d9 commit 51ec09b
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1,733 deletions.
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

0 comments on commit 51ec09b

Please sign in to comment.