File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ jobs:
2626 # - name: Build RS VM Image (linux/amd64)
2727 # working-directory: ${{env.IMAGE_RS_VM_DIR}}
2828 # run: |
29- # docker buildx build . --platform=linux/amd64
29+ # docker buildx build . --platform=linux/amd64 --no-cache
3030
3131 - name : Build RS VM Image (linux/arm64)
3232 working-directory : ${{env.IMAGE_RS_VM_DIR}}
3333 run : |
34- docker buildx build . --platform=linux/arm64
34+ docker buildx build . --platform=linux/arm64 --no-cache
3535
3636 - name : Build AS VM Image (linux/amd64)
3737 working-directory : ${{env.IMAGE_AS_VM_DIR}}
3838 run : |
39- docker buildx build . --platform=linux/amd64
39+ docker buildx build . --platform=linux/amd64 --no-cache
4040
4141 - name : Build AS VM Image (linux/arm64)
4242 working-directory : ${{env.IMAGE_AS_VM_DIR}}
4343 run : |
44- docker buildx build . --platform=linux/arm64
44+ docker buildx build . --platform=linux/arm64 --no-cache
You can’t perform that action at this time.
0 commit comments