Skip to content

Commit

Permalink
ci: disable unused jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Jul 22, 2024
1 parent 400414a commit d86847b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
- eval .#apps.$_system.setup.program

include:
- nix-command: develop .#jdk8 --profile result
system: x86_64
- nix-command: develop .#jdk11 --profile result
system: x86_64
- nix-command: develop .#jdk17 --profile result
system: x86_64
- nix-command: develop .#php74 --profile result
system: x86_64
- nix-command: develop .#php74-composer1 --profile result
system: x86_64
- nix-command: develop .#php80 --profile result
system: x86_64
- nix-command: develop .#php81 --profile result
system: x86_64
# - nix-command: develop .#jdk8 --profile result
# system: x86_64
# - nix-command: develop .#jdk11 --profile result
# system: x86_64
# - nix-command: develop .#jdk17 --profile result
# system: x86_64
# - nix-command: develop .#php74 --profile result
# system: x86_64
# - nix-command: develop .#php74-composer1 --profile result
# system: x86_64
# - nix-command: develop .#php80 --profile result
# system: x86_64
# - nix-command: develop .#php81 --profile result
# system: x86_64

- nix-command: build .#homeConfigurations."tobias@gamer".activationPackage
system: x86_64
Expand All @@ -65,12 +65,12 @@ jobs:
system: aarch64
deploy-agent: xenon

- nix-command: build .#packages.$_system.rpi-firmware
system: aarch64
- nix-command: build .#packages.$_system.rpi-image
system: aarch64
- nix-command: build .#packages.$_system.installer-image
system: x86_64
# - nix-command: build .#packages.$_system.rpi-firmware
# system: aarch64
# - nix-command: build .#packages.$_system.rpi-image
# system: aarch64
# - nix-command: build .#packages.$_system.installer-image
# system: x86_64

steps:
- name: Checkout repository
Expand Down

0 comments on commit d86847b

Please sign in to comment.