We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f27058 commit 6f10e24Copy full SHA for 6f10e24
.github/workflows/compare.yml
@@ -35,7 +35,7 @@ jobs:
35
docker run --rm
36
-v ./pkg:/pkg -w /pkg
37
ghcr.io/eweos/docker:master
38
- makepkg -o
+ makepkg -os
39
- run: |
40
. pkg/PKGBUILD
41
./repo/scripts/generate-config.sh ${{ matrix.arch }} ${{ matrix.karch }} pkg/$_basename-$pkgver repo
generic.config
@@ -1,5 +1,5 @@
1
# branding
2
-CONFIG_LOGO=y
+CONFIG_LOGO=n
3
4
# boot
5
CONFIG_EFI_BOOTLOADER_CONTROL=y
0 commit comments