Skip to content

Commit 17d40c4

Browse files
authored
fix(zone): iavf should be enabled via multiple config options (#124)
This also drops aarch64 by default and fixes a typo in the workflow.
1 parent ae89e2c commit 17d40c4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
packages: write
2323
id-token: write
2424
jobs:
25-
test:
25+
build:
2626
uses: ./.github/workflows/matrix.yml
2727
with:
2828
spec: ${{ inputs.spec }}

config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
imageNameFormat: "ghcr.io/edera-dev/[image]:[tag]"
22
architectures:
33
- x86_64
4-
- aarch64
54
flavors:
65
- name: zone
76
- name: zone-bpf

configs/x86_64/zone.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,4 +2059,7 @@ CONFIG_MLXREG_HOTPLUG=m
20592059
CONFIG_MLXREG_IO=m
20602060
CONFIG_MLXREG_LC=m
20612061
CONFIG_MLX_PLATFORM=m
2062+
20622063
CONFIG_IAVF=m
2064+
CONFIG_I40E=m
2065+
CONFIG_I40EVF=m

0 commit comments

Comments
 (0)