Skip to content

Commit a92affa

Browse files
committed
chore: Add snapshot-editor to release artifacts
Was forgotten to be added before. Signed-off-by: Patrick Roy <[email protected]>
1 parent bce88d6 commit a92affa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ fi
119119
# to make sure that `firecracker --version` reports the latest changes.
120120
touch build.rs
121121

122-
ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper)
122+
ARTIFACTS=(firecracker jailer seccompiler-bin rebase-snap cpu-template-helper snapshot-editor)
123123

124124
if [ "$LIBC" == "gnu" ]; then
125125
# Don't build jailer. See commit 3bf285c8f
126126
echo "Not building jailer because glibc selected instead of musl"
127127
CARGO_OPTS+=" --exclude jailer"
128-
ARTIFACTS=(firecracker seccompiler-bin rebase-snap cpu-template-helper)
128+
ARTIFACTS=(firecracker seccompiler-bin rebase-snap cpu-template-helper snapshot-editor)
129129
fi
130130

131131
say "Building version=$VERSION, profile=$PROFILE, target=$CARGO_TARGET..."

0 commit comments

Comments
 (0)