Skip to content

Commit

Permalink
6.4.0.6_1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoberly2 committed Oct 17, 2023
1 parent 89ef38e commit b3c6278
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,60 +10,60 @@
#------------------------------------- test -----------------------------------

group "test" {
targets=["enterprise_debian11_amd64", "enterprise_debian11_arm64", "federal_debian11_amd64", "community_debian11_amd64", "community_debian11_arm64"]
targets=["enterprise_debian12_amd64", "enterprise_debian12_arm64", "federal_debian12_amd64", "community_debian12_amd64", "community_debian12_arm64"]
}

target "enterprise_debian11_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.3.0.12", "aerospike/aerospike-server-enterprise-amd64:latest"]
target "enterprise_debian12_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.4.0.6", "aerospike/aerospike-server-enterprise-amd64:latest"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
context="./enterprise/debian12"
}

target "enterprise_debian11_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:6.3.0.12", "aerospike/aerospike-server-enterprise-arm64:latest"]
target "enterprise_debian12_arm64" {
tags=["aerospike/aerospike-server-enterprise-arm64:6.4.0.6", "aerospike/aerospike-server-enterprise-arm64:latest"]
platforms=["linux/arm64"]
context="./enterprise/debian11"
context="./enterprise/debian12"
}

target "federal_debian11_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.3.0.12", "aerospike/aerospike-server-federal-amd64:latest"]
target "federal_debian12_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.4.0.6", "aerospike/aerospike-server-federal-amd64:latest"]
platforms=["linux/amd64"]
context="./federal/debian11"
context="./federal/debian12"
}

target "community_debian11_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.3.0.12", "aerospike/aerospike-server-community-amd64:latest"]
target "community_debian12_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.4.0.6", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/debian11"
context="./community/debian12"
}

target "community_debian11_arm64" {
tags=["aerospike/aerospike-server-community-arm64:6.3.0.12", "aerospike/aerospike-server-community-arm64:latest"]
target "community_debian12_arm64" {
tags=["aerospike/aerospike-server-community-arm64:6.4.0.6", "aerospike/aerospike-server-community-arm64:latest"]
platforms=["linux/arm64"]
context="./community/debian11"
context="./community/debian12"
}

#------------------------------------ push -----------------------------------

group "push" {
targets=["enterprise_debian11", "federal_debian11", "community_debian11"]
targets=["enterprise_debian12", "federal_debian12", "community_debian12"]
}

target "enterprise_debian11" {
tags=["aerospike/aerospike-server-enterprise:6.3.0.12", "aerospike/aerospike-server-enterprise:6.3.0.12_1"]
target "enterprise_debian12" {
tags=["aerospike/aerospike-server-enterprise:6.4.0.6", "aerospike/aerospike-server-enterprise:6.4.0.6_1", "aerospike/aerospike-server-enterprise:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/debian11"
context="./enterprise/debian12"
}

target "federal_debian11" {
tags=["aerospike/aerospike-server-federal:6.3.0.12", "aerospike/aerospike-server-federal:6.3.0.12_1"]
target "federal_debian12" {
tags=["aerospike/aerospike-server-federal:6.4.0.6", "aerospike/aerospike-server-federal:6.4.0.6_1", "aerospike/aerospike-server-federal:latest"]
platforms=["linux/amd64"]
context="./federal/debian11"
context="./federal/debian12"
}

target "community_debian11" {
tags=["aerospike/aerospike-server:6.3.0.12", "aerospike/aerospike-server:6.3.0.12_1"]
target "community_debian12" {
tags=["aerospike/aerospike-server:6.4.0.6", "aerospike/aerospike-server:6.4.0.6_1", "aerospike/aerospike-server:latest"]
platforms=["linux/amd64,linux/arm64"]
context="./community/debian11"
context="./community/debian12"
}

0 comments on commit b3c6278

Please sign in to comment.