build: disable IOS builds for the time being - see #5124

This commit is contained in:
Nick Craig-Wood 2021-03-13 17:27:55 +00:00
parent e91f2e342a
commit 849bf20598
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ jobs:
# . # .
xgo \ xgo \
-image=billziss/xgo-cgofuse \ -image=billziss/xgo-cgofuse \
-targets=android/*,ios/* \ -targets=android/* \
-dest build \ -dest build \
. .