Skip to content

Commit

Permalink
7.1.0.0_2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike committed May 31, 2024
1 parent 02ee9a8 commit 66b7fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ group "push" {
}

target "enterprise_ubuntu22-04" {
tags=["aerospike/aerospike-server-enterprise:7.1.0.0", "aerospike/aerospike-server-enterprise:7.1.0.0_1", "aerospike/aerospike-server-enterprise:latest"]
tags=["aerospike/aerospike-server-enterprise:7.1.0.0", "aerospike/aerospike-server-enterprise:7.1.0.0_2", "aerospike/aerospike-server-enterprise:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/ubuntu22.04"
}

target "federal_ubuntu22-04" {
tags=["aerospike/aerospike-server-federal:7.1.0.0", "aerospike/aerospike-server-federal:7.1.0.0_1", "aerospike/aerospike-server-federal:latest"]
tags=["aerospike/aerospike-server-federal:7.1.0.0", "aerospike/aerospike-server-federal:7.1.0.0_2", "aerospike/aerospike-server-federal:latest"]
platforms=["linux/amd64"]
context="./federal/ubuntu22.04"
}

target "community_ubuntu22-04" {
tags=["aerospike/aerospike-server:7.1.0.0", "aerospike/aerospike-server:7.1.0.0_1", "aerospike/aerospike-server:latest"]
tags=["aerospike/aerospike-server:7.1.0.0", "aerospike/aerospike-server:7.1.0.0_2", "aerospike/aerospike-server:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./community/ubuntu22.04"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function support_distros_for_asd() {
return
fi

if version_compare_gt "7.1" "${version}"; then
if version_compare_gt "7.2" "${version}"; then
echo "ubuntu22.04"
return
fi
Expand Down

0 comments on commit 66b7fb7

Please sign in to comment.