12 lines
255 B
YAML
12 lines
255 B
YAML
pages:
|
|
image: agners/archlinuxarm-arm64v8:latest
|
|
interruptible: true
|
|
only:
|
|
- master
|
|
before_script:
|
|
- pacman --needed --noconfirm -Syu zola
|
|
script:
|
|
- zola build
|
|
artifacts:
|
|
paths:
|
|
- public
|