Skip to content

Commit

Permalink
ci: move CI builds to self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Manawyrm authored and TobleMiner committed Jun 16, 2024
1 parent b17b2ec commit b3634f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: [self-hosted, hetzner-cax41]

outputs:
pkgfile: ${{ steps.pkgname.outputs.pkgfile }}
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
cd "$(realpath "$GITHUB_WORKSPACE")"
sudo apt-get update
sudo apt-get -y install build-essential bc gcc g++ patch binutils unzip rsync wget bzip2 gzip perl gcc-multilib g++-multilib
sudo apt-get -y install build-essential bc gcc g++ patch binutils unzip rsync wget bzip2 gzip perl
cd ..
wget https://buildroot.org/downloads/buildroot-${BUILDROOT_VERSION}.tar.gz
tar -xaf buildroot-${BUILDROOT_VERSION}.tar.gz
Expand Down

0 comments on commit b3634f9

Please sign in to comment.