mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 21:47:37 +03:00
Merge pull request #2098 from aria2/revert-ci-docker-mingw
Revert "ci: Build mingw image"
This commit is contained in:
commit
2a809a99cd
1 changed files with 0 additions and 24 deletions
24
.github/workflows/mingw.yml
vendored
24
.github/workflows/mingw.yml
vendored
|
@ -1,24 +0,0 @@
|
||||||
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: .
|
|
Loading…
Add table
Add a link
Reference in a new issue