Skip to content

Commit 23df528

Browse files
Update dockerfile
1 parent 4ce9b8a commit 23df528

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels_linux_incode.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [ '3.10', '3.11' ]
12+
python-version: [ '3.10' ]
13+
platform: [ 'linux/amd64', 'linux/arm64' ]
1314
steps:
1415
- name: Checkout
1516
uses: actions/checkout@v3
@@ -25,7 +26,7 @@ jobs:
2526
uses: docker/build-push-action@v4
2627
with:
2728
file: Dockerfile.incode_build
28-
platforms: linux/amd64
29+
platforms: ${{ matrix.platform }}
2930
push: false
3031
context: .
3132
cache-from: type=gha

0 commit comments

Comments
 (0)