Use ubuntu because we need Imagemagick >=7
This commit is contained in:
parent
76b8893089
commit
9e710acbdd
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: golang:1-buster
|
||||
image: ubuntu:bionic
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y --no-install-recommends libmagickwand-dev imagemagick libmagickwand-6-headers libmagickcore-dev
|
||||
- apt install -y --no-install-recommends libmagickwand-dev imagemagick golang
|
||||
- go run main.go
|
||||
- mkdir dist
|
||||
- mv index.html dist/
|
||||
|
|
Loading…
Add table
Reference in a new issue