This commit is contained in:
parent
0c83bd76ea
commit
fcc294847e
12
.drone.yml
12
.drone.yml
@ -6,21 +6,9 @@ platform:
|
||||
node_selector:
|
||||
kubernetes.io/arch: amd64
|
||||
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
config_map:
|
||||
name: fedhq-ca-crt
|
||||
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
||||
optional: false
|
||||
|
||||
steps:
|
||||
- name: build-amd64
|
||||
image: debian:bookworm-slim
|
||||
volumes:
|
||||
- name: fedhq-ca-crt
|
||||
path: /etc/ssl/certs2/
|
||||
- name: cache
|
||||
path: /var/lib/containers/storage
|
||||
commands:
|
||||
- apt-get -qy clang-15 libsodium-dev libpgm-dev
|
||||
- mkdir build
|
||||
|
Loading…
Reference in New Issue
Block a user