Skip to content

Commit 66dbd94

Browse files
update gw
1 parent e08aef7 commit 66dbd94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: 'ubuntu-latest'
11+
runs-on: ubuntu-latest-4-cores
1212
strategy:
1313
matrix:
1414
python-version: [ '3.10', '3.11' ]
@@ -26,6 +26,7 @@ jobs:
2626
- name: Build wheel
2727
uses: docker/build-push-action@v4
2828
with:
29+
file: Dockerfile.incode_build
2930
platforms: linux/amd64
3031
push: false
3132
context: .

0 commit comments

Comments
 (0)