How to get the .config used for github CI tests

How can I get the .config used for project github CI tests? For example, when a package fails for "aarch64_generic" and for "risc64v_generic" I want to try and reproduce this on my own build system, but I need to know which CONFIG_TARGET_$target to try to build.

Where $target could be:

airoha apm821xx armsr at91 ath79 bcm27xx bcm47xx bcm4908 bcm53xx bmips
d1 gemini generic imx ipq40xx ipq806x ixp4xx kirkwood lantiq layerscape
loongarch64 malta mediatek mpc85xx mvebu mxs octeon omap pistachio
qoriq qualcommax qualcommbe ramips realtek rockchip sifiveu siflower
starfive stm32 sunxi tegra uml x86 zynq

I grepped for aarch64 in .github/workflows but did not find anything in those yml files.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.