ci: switch to debian for build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
465d5a96aa
commit
8929f780ed
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine:latest
|
||||
image: debian:12
|
||||
environment:
|
||||
PACKAGE_BASENAME: igmpgen_linux_amd64
|
||||
commands:
|
||||
- apk update
|
||||
- apk add cmake gcc g++ libnet libnet-dev debian-devscripts rpm make
|
||||
- apt-get update
|
||||
- apt-get install -y cmake gcc g++ libnet1 libnet-dev rpm make
|
||||
- make build
|
||||
- make package
|
||||
- mkdir -p /_cache/bin /_cache/packages
|
||||
|
|
Loading…
Reference in a new issue