mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
try: build win
This commit is contained in:
parent
c799a7f227
commit
b4cedb37d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Resources/docker/app/Dockerfile
|
file: ./Resources/docker/app/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
platforms: local,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
|
platforms: local,linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,windows/amd64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
- name: Image digest
|
- name: Image digest
|
||||||
|
|
Loading…
Reference in a new issue