first commit
This commit is contained in:
parent
1a6b2d1c99
commit
55f3e64db9
20
.gitea/workflows/build.yml
Executable file
20
.gitea/workflows/build.yml
Executable file
@ -0,0 +1,20 @@
|
|||||||
|
name: OGX-Mini
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 6 * * SUN"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ogx_mini:
|
||||||
|
name: OGX-Mini
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
target: [PI_PICO, PI_PICOW]
|
||||||
|
project_name: [OGX-Mini]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Docker Build
|
||||||
|
run: docker build -t github_gitea_checker -f Dockerfile .
|
Loading…
x
Reference in New Issue
Block a user