Init deb packaging

- rpm: Simplify script and list wolfSSL as packager
- add packaging github action
This commit is contained in:
Juliusz Sosinowicz
2023-08-09 00:39:55 +02:00
parent 827287000c
commit 7a12202675
15 changed files with 438 additions and 155 deletions

View File

@@ -0,0 +1,6 @@
FROM debian:latest
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y build-essential autoconf gawk debhelper lintian

View File

@@ -0,0 +1,3 @@
FROM fedora:latest
RUN dnf install -y make automake gcc rpmdevtools