fix(ci): migrate to gitea actions

This commit is contained in:
Markus Pesch 2023-04-13 22:17:58 +02:00
parent f199db68d3
commit 4b46541ba2
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 16 additions and 0 deletions

16
.gitea/build.yaml Normal file
View File

@ -0,0 +1,16 @@
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-x86_64:
runs-on: x86_64
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: build application
run: make container-image/build