mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
c36a009188
* add ko build actions and worklflows * add apko build actions and worklflows * add .ko.yaml file * add apko image definitions * add signing container, add signing sboms, add uploading sboms
17 lines
293 B
YAML
17 lines
293 B
YAML
contents:
|
|
repositories:
|
|
- https://dl-cdn.alpinelinux.org/alpine/edge/main
|
|
- https://dl-cdn.alpinelinux.org/alpine/edge/community
|
|
packages:
|
|
- alpine-base
|
|
- cryptsetup-dev
|
|
- bash
|
|
- gcompat
|
|
|
|
environment:
|
|
PATH: /usr/sbin:/sbin:/usr/bin:/bin
|
|
|
|
archs:
|
|
- amd64
|
|
- 386
|