Skip to content

Commit 710f768

Browse files
Setting appliance version for AES-256 POV
PR URL: https://www.github.com/delphix/linux-pkg/pull/377
1 parent 96a8b28 commit 710f768

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/masking/config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function build() {
5353
args+=("-Porg.gradle.configureondemand=false")
5454
args+=("-PenvironmentName=linuxappliance")
5555

56+
DELPHIX_RELEASE_VERSION="2025.5.0.2-AES-256"
5657
if [[ -n "$DELPHIX_RELEASE_VERSION" ]]; then
5758
args+=("-PmaskingVer=$DELPHIX_RELEASE_VERSION")
5859
fi

0 commit comments

Comments
 (0)