diff --git a/docs/available_software/overview.md b/docs/available_software/overview.md
index 3c5b2f654d..0411e9f73e 100644
--- a/docs/available_software/overview.md
+++ b/docs/available_software/overview.md
@@ -8,12 +8,12 @@ This table gives an overview of all the available software in EESSI per specific
Name |
aarch64 |
- x86_64 |
+ x86_64 |
|
|
- amd |
+ amd |
intel |
@@ -23,6 +23,7 @@ This table gives an overview of all the available software in EESSI per specific
generic |
zen2 |
zen3 |
+ zen4 |
haswell |
skylake_avx512 |
diff --git a/scripts/available_software/available_software.py b/scripts/available_software/available_software.py
index d966169887..273856b072 100644
--- a/scripts/available_software/available_software.py
+++ b/scripts/available_software/available_software.py
@@ -25,7 +25,7 @@
EESSI_TOPDIR = "/cvmfs/software.eessi.io/versions/2023.06"
# some CPU targets are excluded for now, because software layer is too incomplete currently
-EXCLUDE_CPU_TARGETS = ['aarch64/a64fx', 'x86_64/amd/zen4']
+EXCLUDE_CPU_TARGETS = ['aarch64/a64fx']
# --------------------------------------------------------------------------------------------------------