This commit is contained in:
parent
fcb176a76e
commit
719b27b9e4
@ -7,6 +7,10 @@ platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: build
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user