Skip to content

Commit

Permalink
6.2.0.19_1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoberly2 committed Oct 17, 2023
1 parent 4e20472 commit 4546fd7
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,60 @@
#------------------------------------- test -----------------------------------

group "test" {
targets=["enterprise_debian11_amd64", "federal_debian11_amd64", "community_debian11_amd64"]
targets=["enterprise_debian11_amd64", "enterprise_debian11_arm64", "federal_debian11_amd64", "community_debian11_amd64", "community_debian11_arm64"]
}

target "enterprise_debian11_amd64" {
tags=["aerospike/aerospike-server-enterprise-amd64:6.1.0.24", "aerospike/aerospike-server-enterprise-amd64:latest"]
tags=["aerospike/aerospike-server-enterprise-amd64:6.2.0.19", "aerospike/aerospike-server-enterprise-amd64:latest"]
platforms=["linux/amd64"]
context="./enterprise/debian11"
}

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

target "federal_debian11_amd64" {
tags=["aerospike/aerospike-server-federal-amd64:6.1.0.24", "aerospike/aerospike-server-federal-amd64:latest"]
tags=["aerospike/aerospike-server-federal-amd64:6.2.0.19", "aerospike/aerospike-server-federal-amd64:latest"]
platforms=["linux/amd64"]
context="./federal/debian11"
}

target "community_debian11_amd64" {
tags=["aerospike/aerospike-server-community-amd64:6.1.0.24", "aerospike/aerospike-server-community-amd64:latest"]
tags=["aerospike/aerospike-server-community-amd64:6.2.0.19", "aerospike/aerospike-server-community-amd64:latest"]
platforms=["linux/amd64"]
context="./community/debian11"
}

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

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

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

target "enterprise_debian11" {
tags=["aerospike/aerospike-server-enterprise:6.1.0.24", "aerospike/aerospike-server-enterprise:6.1.0.24_1"]
platforms=["linux/amd64"]
tags=["aerospike/aerospike-server-enterprise:6.2.0.19", "aerospike/aerospike-server-enterprise:6.2.0.19_1"]
platforms=["linux/amd64,linux/arm64"]
context="./enterprise/debian11"
}

target "federal_debian11" {
tags=["aerospike/aerospike-server-federal:6.1.0.24", "aerospike/aerospike-server-federal:6.1.0.24_1"]
tags=["aerospike/aerospike-server-federal:6.2.0.19", "aerospike/aerospike-server-federal:6.2.0.19_1"]
platforms=["linux/amd64"]
context="./federal/debian11"
}

target "community_debian11" {
tags=["aerospike/aerospike-server:6.1.0.24", "aerospike/aerospike-server:6.1.0.24_1"]
platforms=["linux/amd64"]
tags=["aerospike/aerospike-server:6.2.0.19", "aerospike/aerospike-server:6.2.0.19_1"]
platforms=["linux/amd64,linux/arm64"]
context="./community/debian11"
}

0 comments on commit 4546fd7

Please sign in to comment.