Explorar o código

Merge pull request #2097 from aria2/ci-docker-mingw

ci: Build mingw image
Tatsuhiro Tsujikawa %!s(int64=2) %!d(string=hai) anos
pai
achega
3a0057257c
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  1. 24 0
      .github/workflows/mingw.yml

+ 24 - 0
.github/workflows/mingw.yml

@@ -0,0 +1,24 @@
+name: mingw
+
+on:
+  push:
+    paths:
+    - Dockerfile.mingw
+  schedule:
+  - cron: '30 1 * * *'
+
+permissions: read-all
+
+jobs:
+  build:
+    runs-on: ubuntu-22.04
+
+    steps:
+    - uses: actions/checkout@v4
+    - name: Set up Docker Buildx
+      uses: docker/setup-buildx-action@v3
+    - name: Build
+      uses: docker/build-push-action@v5
+      with:
+        file: Dockerfile.mingw
+        context: .