We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ docker run --rm openwrt/sdk:ath79-generic-openwrt-23.05 grep mikrotik Config-build.in config DEFAULT_TARGET_ath79_mikrotik config TARGET_ath79_mikrotik
What I would expect:
config DEFAULT_TARGET_ath79_generic config TARGET_ath79 config TARGET_ath79_generic
The text was updated successfully, but these errors were encountered:
I think they share the same architecture so it doesn't matter
Sorry, something went wrong.
I'm afraid it does matter if then try to get the imagebuilder feed on it.
If you call docker build it produces the correct image so there is probably a typo in the CI ?
docker build
the correct one produces something along the lines of:
└── targets └── ath79 └── generic └── packages ├── libatomic1_12.3.0-4_mips_24kc.ipk ├── libc_1.2.4-4_mips_24kc.ipk ├── libgcc1_12.3.0-4_mips_24kc.ipk ├── libpthread_1.2.4-4_mips_24kc.ipk ├── librt_1.2.4-4_mips_24kc.ipk └── libstdcpp6_12.3.0-4_mips_24kc.ipk
No branches or pull requests
What I would expect:
The text was updated successfully, but these errors were encountered: