Skip to content

Commit 496a580

Browse files
committed
comment out 3ds and wii deps
1 parent 4efcd30 commit 496a580

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
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
1618
permissions:
@@ -62,5 +64,5 @@ jobs:
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 }}

dependency_helper.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ install_container_deps
136136
main_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 )
140140
if [[ $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

0 commit comments

Comments
 (0)