Skip to content

Commit

Permalink
portable and force-adx are mutually exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
antondlr committed Mar 26, 2024
1 parent ac94dcd commit 0ec722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
strategy:
matrix:
binary: [aarch64,
x86_64]
x86_64-portable]
features: [
{env: "gnosis,spec-minimal,portable,slasher-lmdb,jemalloc"},
{env: "gnosis,spec-minimal,slasher-lmdb,jemalloc"},
]
include:
- profile: maxperf
Expand Down

0 comments on commit 0ec722e

Please sign in to comment.