File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - ' main'
8+ - ' no-3ds-no-wii'
89 tags :
910 - ' v*.*.*'
10- - ' latest '
11+ - ' no-3ds-no-wii '
1112 pull_request :
1213 branches :
1314 - ' main'
15+ - ' no-3ds-no-wii'
1416
1517# permissions are needed if pushing to ghcr.io
1618permissions :
6264 VPN_INFO=${{ secrets.VPN_INFO }}
6365 platforms : linux/amd64,linux/arm64/v8
6466 push : ${{ github.event_name != 'pull_request' }}
65- tags : ${{ steps.sealeo_meta.outputs.tags }},ghcr.io/fortheusers/sealeo:latest
67+ tags : ${{ steps.sealeo_meta.outputs.tags }},ghcr.io/fortheusers/sealeo:no-3ds-no-wii
6668 labels : ${{ steps.sealeo_meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ install_container_deps
136136main_platform_logic
137137
138138# handle the "all" target by looping through all platforms
139- all_plats=( pc wiiu switch 3ds wii )
139+ all_plats=( pc wiiu switch )
140140if [[ $PLATFORM == " all" ]]; then
141141 for plat in " ${all_plats[@]} "
142142 do
@@ -146,7 +146,7 @@ if [[ $PLATFORM == "all" ]]; then
146146
147147 # make sure our container was successful, by checking for the presence of a few essential packages
148148 # (only if we ran the "all" target)
149- PKGNAMES=( wii-curl wii-sdl2 wiiu-curl wiiu-sdl2 switch-curl switch-sdl2 )
149+ PKGNAMES=( wiiu-curl wiiu-sdl2 switch-curl switch-sdl2 )
150150 for pkg in " ${PKGNAMES[@]} "
151151 do
152152 if ! { ${DKP} pacman -Q $pkg > /dev/null; }; then
You can’t perform that action at this time.
0 commit comments