Skip to content

Commit

Permalink
modify for AmneziaWG kernel module
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Ilyin committed Feb 8, 2025
1 parent c6dce0f commit fed2dfc
Show file tree
Hide file tree
Showing 27 changed files with 158 additions and 559 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/codeql.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/deploy-development.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/deploy-nightly.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/deploy-pr.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ on:
workflow_dispatch:
push:
branches:
- production
- master

jobs:
deploy:
name: Build & Deploy
runs-on: ubuntu-latest
if: github.repository_owner == 'wg-easy'
if: github.repository_owner == 'mclvren'
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v4
with:
ref: production
ref: master

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -40,4 +40,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
tags: ghcr.io/wg-easy/wg-easy:latest, ghcr.io/wg-easy/wg-easy:${{ env.RELEASE }}
tags: ghcr.io/mclvren/awg-easy:latest, ghcr.io/mclvren/awg-easy:${{ env.RELEASE }}
29 changes: 0 additions & 29 deletions .github/workflows/lint.yml

This file was deleted.

Loading

0 comments on commit fed2dfc

Please sign in to comment.