mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 11:38:26 +01:00
feat(eas): force bun on EAS via custom build configs + 5-build release workflow (#1632)
This commit is contained in:
committed by
GitHub
parent
21fb056586
commit
8507699cdd
15
eas.json
15
eas.json
@@ -56,7 +56,11 @@
|
||||
"environment": "production",
|
||||
"autoIncrement": true,
|
||||
"android": {
|
||||
"image": "latest"
|
||||
"image": "latest",
|
||||
"config": "android-production.yml"
|
||||
},
|
||||
"ios": {
|
||||
"config": "ios-production.yml"
|
||||
}
|
||||
},
|
||||
"production-apk": {
|
||||
@@ -65,7 +69,8 @@
|
||||
"autoIncrement": true,
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"image": "latest"
|
||||
"image": "latest",
|
||||
"config": "android-production-apk.yml"
|
||||
}
|
||||
},
|
||||
"production-apk-tv": {
|
||||
@@ -74,7 +79,8 @@
|
||||
"autoIncrement": true,
|
||||
"android": {
|
||||
"buildType": "apk",
|
||||
"image": "latest"
|
||||
"image": "latest",
|
||||
"config": "android-production-tv.yml"
|
||||
},
|
||||
"env": {
|
||||
"EXPO_TV": "1"
|
||||
@@ -88,7 +94,8 @@
|
||||
"EXPO_TV": "1"
|
||||
},
|
||||
"ios": {
|
||||
"credentialsSource": "local"
|
||||
"credentialsSource": "local",
|
||||
"config": "ios-production.yml"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user