We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef798a commit af4b2a1Copy full SHA for af4b2a1
2 files changed
.forgejo/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
id: build
87
run: |
88
echo "Building ${{ matrix.output }}..."
89
- image_path=$(devenv build outputs.${{ matrix.output }})
+ image_path=$(devenv build --quiet outputs.${{ matrix.output }})
90
echo "image_path=$image_path" >> "$GITHUB_OUTPUT"
91
echo "Built: $image_path"
92
pkgs/bits-uberjar/default.nix
@@ -33,7 +33,7 @@
33
{
34
"aarch64-darwin" = "sha256-eA8CEscn7qsgAtSwJ4ba5SfCN+yDnE+uFo+ucp7oZbo=";
35
"aarch64-linux" = "sha256-XstFJyp7SZe+t4ctVAXI2VssF0O7LjPp6PPzW2gE1n8=";
36
- "x86_64-linux" = "sha256-hp56N3PEHk7nKy8MmA1Vwm46w7jKSkXmmMgUVkVOmtE=";
+ "x86_64-linux" = "sha256-azy37je1iTqryhhe/kluPpltVADTtF+BOFBNmEi73u4=";
37
}.${
38
stdenv.hostPlatform.system
39
};
0 commit comments