mirror of
https://git.suyu.dev/suyu/ci-docker
synced 2024-11-21 14:29:15 -07:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
0301866d06
commit
2297bbe2e8
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ stages:
|
|||
build docker image:
|
||||
stage: build
|
||||
image: docker
|
||||
tags:
|
||||
- aarch64
|
||||
- x86_64
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue