fix(ci): migrate to gitea actions
Some checks failed
build-x86_64

This commit is contained in:
2023-04-13 22:20:21 +02:00
parent 4b46541ba2
commit 5c87f90b5d

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