Skip to content

Commit

Permalink
don't need the emulation layer
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 26, 2023
1 parent 89b940b commit ead08d9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/autocompiler.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/crosscompile_Rock5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: build_package_rock5_debian

on:
push:

jobs:
build:
#runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- name: environment variables
run: |
echo "DT=$(date +'%Y-%m-%d_%H%M')" >> $GITHUB_ENV
echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
- name: Checkout repository and submodules
uses: actions/checkout@v3
with:
submodules: recursive

- name: Building rtl8812au in CHROOT
run: |
sudo ./build_chroot.sh

0 comments on commit ead08d9

Please sign in to comment.