Skip to content

Commit

Permalink
test self-hosted github runner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed May 19, 2024
1 parent 1ea139e commit ca34897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ on: {push: {branches: [master]}, pull_request: {branches: [master]}, workflow_di

jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, ARM64]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
env:
COPY_FILES: '~/.ssh/config_github ~/.ssh/id_rsa_github'
- id: debianise
uses: twojstaryzdomu/debianise@HEAD
with:
Expand Down

0 comments on commit ca34897

Please sign in to comment.