Skip to content

Commit

Permalink
fix create operator task
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw committed Jun 25, 2024
1 parent 658c891 commit a2c6b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ tasks:
actions:
- description: "Create the Zarf package for the amd64 architectures"
cmd: |
sudo ZARF_CONFIG="build/packages" uds zarf package create "packages/nvidia-gpu-operator" \
sudo ZARF_CONFIG="packages/nvidia-gpu-operator/zarf-config.yaml" uds zarf package create "packages/nvidia-gpu-operator" \
--registry-override=nvcr.io=localhost:5001 --insecure \
-o "build/packages" \
--set VERSION=${VERSION} \
Expand Down

0 comments on commit a2c6b8d

Please sign in to comment.