Skip to content

Commit

Permalink
build: release with custom runners
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <paulo.gomes@suse.com>
  • Loading branch information
pjbgf committed Apr 8, 2024
1 parent 2689824 commit ada1b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ permissions:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64]

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ada1b90

Please sign in to comment.