Skip to content

Commit

Permalink
disable linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 13, 2024
1 parent 2291738 commit 329e68d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
docker_workflow:
name: "Build the ${{ inputs.target }} container"
strategy:
fail-fast: false
matrix:
os:
- [self-hosted, Linux]
# - [self-hosted, Linux]
- [self-hosted, macOS]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 329e68d

Please sign in to comment.