File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -376,3 +376,27 @@ jobs:
376376 with :
377377 name : release-images
378378 path : ./release-images
379+
380+ # TODO: this is the last place where we use our self-hosted arm64 runner.
381+ # In the future, consider switching to docker buildx + qemu,
382+ # thus removing the requirement for us to maintain the runner.
383+ docker-arm64 :
384+ runs-on : ubuntu-arm64-latest
385+ needs : linux-arm64
386+ steps :
387+ - uses : actions/checkout@v2
388+
389+ - name : Download release package
390+ uses : actions/download-artifact@v2
391+ with :
392+ name : release-packages
393+ path : ./release-packages
394+
395+ - name : Run ./ci/steps/build-docker-image.sh
396+ run : ./ci/steps/build-docker-image.sh
397+
398+ - name : Upload release image
399+ uses : actions/upload-artifact@v2
400+ with :
401+ name : release-images
402+ path : ./release-images
You can’t perform that action at this time.
0 commit comments