images/papermc.build.yml

36 lines
776 B
YAML
Raw Permalink Normal View History

2024-10-05 09:43:43 +00:00
registries:
- registry.tek.govt.hu
repos:
- name: papermc
library: dowerx
path: papermc
args:
- key: VERSION
value: "${VERSION}"
- key: BUILD
value: "${BUILD}"
tags:
- name: latest
tags:
- amd64
- arm64
- name: "${VERSION}"
tags:
- "${VERSION}-amd64"
- "${VERSION}-arm64"
- name: "${VERSION}-${BUILD}"
tags:
- "${VERSION}-${BUILD}-amd64"
- "${VERSION}-${BUILD}-arm64"
builds:
- arch: amd64
tags:
- amd64
- "${VERSION}-amd64"
- "${VERSION}-${BUILD}-amd64"
- arch: arm64
tags:
- arm64
- "${VERSION}-arm64"
- "${VERSION}-${BUILD}-arm64"