Skip to content

Commit

Permalink
.github: temporarily disable Infix Classic builds
Browse files Browse the repository at this point in the history
Debugging build/runner problems with GitHub Actions.  Resolution pending
self-hosted runner becoming operational.

Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit authored and mattiaswal committed Feb 28, 2024
1 parent c178762 commit 2bcb02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [aarch64, x86_64]
variant: [netconf, classic]
variant: [netconf]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2bcb02d

Please sign in to comment.