Skip to content

Commit

Permalink
Generated commit to update templated files based on rev 12a1c30 in st…
Browse files Browse the repository at this point in the history
…ackabletech/operator-templating repo. (#828)

Triggered by:
Manual run triggered by: Maleware with message [Fix: Adding experimental features to nix for ARM]
  • Loading branch information
stackable-bot committed Jun 26, 2024
1 parent 289bcc2 commit 53b4c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ clean: chart-clean
regenerate-charts: chart-clean compile-chart

regenerate-nix:
nix run -f . regenerateNixLockfiles
nix run --extra-experimental-features "nix-command flakes" -f . regenerateNixLockfiles

build: regenerate-charts regenerate-nix helm-package docker-build

Expand All @@ -190,7 +190,7 @@ check-kubernetes:

run-dev: check-nix check-kubernetes
kubectl apply -f deploy/stackable-operators-ns.yaml
nix run -f. tilt -- up --port 5430 --namespace stackable-operators
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- up --port 5430 --namespace stackable-operators

stop-dev: check-nix check-kubernetes
nix run -f. tilt -- down
nix run --extra-experimental-features "nix-command flakes" -f. tilt -- down

0 comments on commit 53b4c6a

Please sign in to comment.