File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 8989 runs-on : ubuntu-latest
9090 needs : [build_amd64, build_arm64]
9191 steps :
92+ -name : merge platforms
9293 run : |
9394 echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
9495 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 8989 runs-on : ubuntu-latest
9090 needs : [build_amd64, build_arm64]
9191 steps :
92+ -name : merge platforms
9293 run : |
9394 echo "so two previous build should push to :arm & :amd tag, then now we are going to merge them to one"
9495 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