Skip to content

Commit

Permalink
fix(artifact_proxy): include flutter_gpu in engine artifact patterns (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Aug 8, 2024
1 parent 10d2488 commit d2ae75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/artifact_proxy/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ final engineArtifactPatterns = {
r'flutter_infra_release\/flutter\/(.*)\/android-arm-profile\/darwin-x64\.zip',
r'flutter_infra_release\/flutter\/(.*)\/android-arm-profile\/artifacts\.zip',
r'flutter_infra_release\/flutter\/(.*)\/android-arm-profile\/symbols\.zip',
r'flutter_infra_release\/flutter\/(.*)\/flutter_gpu\.zip',
r'download.flutter.io\/io\/flutter\/x86_debug\/1\.0\.0-(.*)\/x86_debug-1\.0\.0-(.*)\.pom',
r'download.flutter.io\/io\/flutter\/x86_64_release\/1\.0\.0-(.*)\/x86_64_release-1\.0\.0-(.*)\.pom\.sha1',
r'download.flutter.io\/io\/flutter\/x86_64_release\/1\.0\.0-(.*)\/x86_64_release-1\.0\.0-(.*)\.pom',
Expand Down

0 comments on commit d2ae75a

Please sign in to comment.