Skip to content

Commit

Permalink
ci: test self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Feb 24, 2025
1 parent 6a964d5 commit e9679b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/build-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@ on:
jobs:
build:
name: Build base docker image
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
-
# Add support for more platforms with QEMU (optional)
# https://github.com/docker/setup-qemu-action
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-system-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build-system-image:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: write
outputs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

list-pkgbuilds:
name: List Packages
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
aur-pkgs: ${{ steps.set-aur-pkgs.outputs.matrix }}
pkgs: ${{ steps.set-pkgs.outputs.matrix }}
Expand All @@ -38,7 +38,7 @@ jobs:
- build-docker-image
- list-pkgbuilds
name: Build AUR package
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- build-docker-image
- list-pkgbuilds
name: Build package
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit e9679b5

Please sign in to comment.