Skip to content

Commit

Permalink
add more target architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Sep 24, 2024
1 parent b6df5fe commit 19c51fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-cli-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [skylake]
target: [skylake, cascadelake, icelake-server, sapphirerapids]
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand All @@ -89,7 +89,6 @@ jobs:
platforms: |
linux/amd64
build-args: |
RUSTFLAGS=${{ format('-C target-cpu={0}', matrix.target) }}
CXXFLAGS=${{ format('-march={0} -DUSEARCH_USE_SIMSIMD=1 -DUSEARCH_USE_FP16LIB=0', matrix.target) }}
file: Dockerfile.cli
push: true
Expand Down

0 comments on commit 19c51fa

Please sign in to comment.