File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2727 image_name : authorization_jvm_amd64
2828 image_file : authorization_jvm_amd64.yaml
2929 runs_on : ubuntu-latest
30+ build-oci-image-jvm-aarch64 :
31+ needs : unit-test
32+ uses : making/oauth2-sso-demo/.github/workflows/build-oci-image-jvm.yaml@main
33+ with :
34+ module : authorization
35+ image_name : authorization_jvm_aarch64
36+ image_file : authorization_jvm_aarch64.yaml
37+ runs_on : raspberrypi
3038 save-image-jvm-amd64 :
3139 needs : build-oci-image-jvm-amd64
3240 uses : making/workflows/.github/workflows/save-images.yaml@main
3341 with :
3442 image_name : authorization_jvm_amd64
35- image_file : authorization_jvm_amd64.yaml
43+ image_file : authorization_jvm_amd64.yaml
44+ save-image-jvm-aarch64 :
45+ needs : build-oci-image-jvm-aarch64
46+ uses : making/workflows/.github/workflows/save-images.yaml@main
47+ with :
48+ image_name : authorization_jvm_aarch64
49+ image_file : authorization_jvm_aarch64.yaml
You can’t perform that action at this time.
0 commit comments