testing
This commit is contained in:
parent
67eb3fc9bb
commit
af7d9ea1cc
1 changed files with 4 additions and 4 deletions
|
|
@ -7,11 +7,8 @@ stages:
|
|||
Build Docker Images:
|
||||
stage: build-images
|
||||
when: manual
|
||||
image: docker
|
||||
image: ubuntu
|
||||
services:
|
||||
- name: gcc
|
||||
alias: make
|
||||
command: ["make"]
|
||||
- docker:dind
|
||||
parallel:
|
||||
matrix:
|
||||
|
|
@ -25,6 +22,9 @@ Build Docker Images:
|
|||
- fedora35
|
||||
- macos-x86_64
|
||||
- macos-aarch64
|
||||
before_script:
|
||||
- curl -fsSL https://get.docker.com -o get-docker.sh
|
||||
- sudo sh get-docker.sh
|
||||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- make docker-$DISTRO
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue