mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build(docker): add Windows images (#1640)
* feat(docker): add Windows images * Create ciwindows.Dockerfile * freddy? * no it's camel * have as many words with him as you like * better go get more men * an eye for an arm, ricky * mcr.microsoft.com/windows/nanoserver:ltsc2022 * make a dime an hour for the company man --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
parent
cf2da14073
commit
46b3ae8a0f
2 changed files with 51 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -166,6 +166,7 @@ jobs:
|
|||
- linux/ppc64le
|
||||
# - linux/riscv64
|
||||
- linux/s390x
|
||||
- windows/amd64
|
||||
needs: [web, test]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -213,7 +214,7 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./ci.Dockerfile
|
||||
file: ${{ startsWith(matrix.platform, 'windows') && './ciwindows.Dockerfile' || './ci.Dockerfile' }}
|
||||
platforms: ${{ matrix.platform }}
|
||||
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=${{ (github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request') && 'true' || 'false' }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue