5151 # a single workflow that can be instrumented in the future.
5252 # This is also an example of using a matrix strategy to build in GHA
5353 build-packages :
54- uses :
aerospike/shared-workflows/.github/workflows/[email protected] .1 # update to 2.0.2 once released 54+ uses :
aerospike/shared-workflows/.github/workflows/[email protected] .2 # update to 2.0.2 once released 5555 needs : extract-version
5656 # Matrix strategy: Multi-platform builds across Ubuntu/Debian/RPM families (x86_64 native, ARM64 emulated)
5757 strategy :
@@ -184,7 +184,7 @@ jobs:
184184 retention-days : 1
185185 sign-artifacts :
186186 needs : package-built-artifacts
187- uses :
aerospike/shared-workflows/.github/workflows/[email protected] .1 # update to 2.0.2 once released 187+ uses :
aerospike/shared-workflows/.github/workflows/[email protected] .2 # update to 2.0.2 once released 188188 with :
189189 gh-retention-days : 1
190190 gh-artifact-name : packaged-artifacts
@@ -196,7 +196,7 @@ jobs:
196196
197197 deploy-artifacts :
198198 needs : [sign-artifacts, extract-version]
199- uses :
aerospike/shared-workflows/.github/workflows/[email protected] .1 # update to 2.0.2 once released 199+ uses :
aerospike/shared-workflows/.github/workflows/[email protected] .2 # update to 2.0.2 once released 200200 with :
201201 jf-project : test
202202 jf-build-name : test-build
@@ -210,7 +210,7 @@ jobs:
210210 oidc-audience : aerospike/testing
211211 dry-run : false
212212 build-docker-deploy :
213- uses :
aerospike/shared-workflows/.github/workflows/[email protected] .1 # update to 2.0.2 once released 213+ uses :
aerospike/shared-workflows/.github/workflows/[email protected] .2 # update to 2.0.2 once released 214214 needs : extract-version
215215 with :
216216 jf-project : test
@@ -336,7 +336,7 @@ jobs:
336336 hi
337337 create-release-bundle :
338338 needs : [use-artifacts, extract-version, deploy-artifacts]
339- uses :
aerospike/shared-workflows/.github/workflows/[email protected] .1 # update to 2.0.2 once released 339+ uses :
aerospike/shared-workflows/.github/workflows/[email protected] .2 # update to 2.0.2 once released 340340 if : github.event_name == 'workflow_dispatch'
341341 with :
342342 jf-project : test
0 commit comments