Skip to content

Commit

Permalink
remove self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed May 21, 2024
1 parent 02b91e9 commit 23651b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
aggregate:
if: startsWith(github.ref, 'refs/tags/v')
needs: build
runs-on: self-hosted
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
Expand All @@ -67,7 +67,7 @@ jobs:

- name: Combine all kernels into a single archive
run: |
mkdir combined-kernels
rm -rf combined-kernels && mkdir combined-kernels
# Extract each kernels-latest.tar.gz archive
for archive in $(find downloaded-kernels -name "*.tar.gz"); do
tar -xzf "$archive" -C combined-kernels
Expand Down

0 comments on commit 23651b1

Please sign in to comment.