Skip to content

Commit

Permalink
ci: add armv8 docker build to cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed May 29, 2021
1 parent f79b9e1 commit b1d1526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-arch: ["linux/amd64", "linux/armhf", "linux/arm/v6", "linux/arm64"]
test-arch: ["linux/amd64", "linux/arm64"]
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
Expand All @@ -151,8 +151,8 @@ jobs:
tags: localhost:5000/jina/multiarch:latest
target: jina_devel
build-args: BUILD_DATE, JINA_VERSION, VCS_REF, PY_VERSION
# - run: |
# docker run --platform ${{ matrix.test-arch }} localhost:5000/jina/multiarch:latest -v
- run: |
docker run --platform ${{ matrix.test-arch }} localhost:5000/jina/multiarch:latest -v
core-test:
needs: [prep-testbed, commit-lint, lint-flake-8]
Expand Down

0 comments on commit b1d1526

Please sign in to comment.