Skip to content

Commit 68af234

Browse files
committed
fixes
1 parent 2abfdd4 commit 68af234

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -93,26 +93,3 @@ jobs:
9393
tags: ghcr.io/query-farm/python-airport-test-server:latest
9494
platforms: linux/amd64,linux/arm64
9595

96-
# Build Windows image on windows runner
97-
build-windows:
98-
needs: test
99-
runs-on: windows-latest
100-
permissions:
101-
contents: read
102-
packages: write
103-
steps:
104-
- name: Checkout code
105-
uses: actions/checkout@v4
106-
107-
108-
- name: Log in to GHCR
109-
uses: docker/login-action@v2
110-
with:
111-
registry: ghcr.io
112-
username: ${{ github.actor }}
113-
password: ${{ secrets.GITHUB_TOKEN }}
114-
115-
- name: Build and push Windows image
116-
run: |
117-
docker build --platform windows/amd64 -t ghcr.io/query-farm/python-airport-test-server:windows-latest .
118-
docker push ghcr.io/query-farm/python-airport-test-server:windows-latest

0 commit comments

Comments
 (0)