30 lines
484 B
YAML
30 lines
484 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
platform:
|
|
os: linux
|
|
arch: armqs64
|
|
|
|
node:
|
|
qemu: no
|
|
|
|
steps:
|
|
- name: build-image
|
|
image: plugins/docker
|
|
environment:
|
|
TZ: Europe/Rome
|
|
settings:
|
|
dockerfile: Dockerfile.arm64v8
|
|
build_args:
|
|
- --platform
|
|
- linux/arm64
|
|
purge: true
|
|
username: depau
|
|
password:
|
|
from_secret: docker_password
|
|
repo: depau/archlinux-daily
|
|
tags:
|
|
- latest
|
|
- aarch64
|