File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 merge_amd64_and-amr64 :
8989 runs-on : ubuntu-latest
9090 needs : [build_amd64, build_arm64]
91- run : |
92- echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
93- echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"
91+ steps :
92+ run : |
93+ echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
94+ echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"
Original file line number Diff line number Diff line change 8888 merge_amd64_and-amr64 :
8989 runs-on : ubuntu-latest
9090 needs : [build_amd64, build_arm64]
91- run : |
92- echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
93- echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"
91+ steps :
92+ run : |
93+ echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
94+ echo "docker manifest create yourdockerhubusername/yourimage:latest \nyourdockerhubusername/yourimage:amd \nyourdockerhubusername/yourimage:arm \n docker manifest push yourdockerhubusername/yourimage:latest"
You can’t perform that action at this time.
0 commit comments