mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
fix(ci): Use correct x86-64
with builds
This commits fixes the flag to use the right format for `x86-64`
This commit is contained in:
parent
dd03ce0cf0
commit
94b8951f5e
2
.github/workflows/daily-builds.yml
vendored
2
.github/workflows/daily-builds.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
# Build with these flags
|
||||
flags: ["-DMARCH_OPT=-march=x86_64"]
|
||||
flags: ["-DMARCH_OPT=-march=x86-64"]
|
||||
timeout-minutes: 30
|
||||
|
||||
container:
|
||||
|
Loading…
Reference in New Issue
Block a user