Browse Source

CI: Fix CEF ubuntu-aarch64 build

The v3 build did not have the wrapper built. This fixes that.

(cherry picked from commit bbbdb8806bc488d3f5a60ccfd41958dcd1148ffc)
Ryan Foster 5 months ago
parent
commit
3b0d71500c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      buildspec.json

+ 3 - 3
buildspec.json

@@ -30,14 +30,14 @@
                 "macos-x86_64": "d494f1a18746ae65846853c844c1dcf5efa2348e0f422bcbd97059a536f24496",
                 "macos-arm64": "1bb59dbb759150e170796f641a4a84c59c0dea4ffef89477e9d811520af5d15a",
                 "ubuntu-x86_64": "cb7225c7a937ac4cdc9c41700061f45cccc640d696902357782e57f8250bf43a",
-                "ubuntu-aarch64": "f92df7f076bdc8cac2e3c77e27be418008b7168723201cb73fdbc2f6d91bc778",
-                "windows-x64": "922efbda1f2f8be9e5b2754d878a14d90afc81f04e94fc9101a7513e2b5cecc1"
+                "ubuntu-aarch64": "e82388ef61776a88701b37d96e44f65dcc91f4d4f205f4f17cdc0d50f4e6a7a7",
+                "windows-x64": "922efbda1f2f8be9e5b2754d878a14d90afc81f04e94fc9101a7513e2b5cecc1",
             },
             "revision": {
                 "macos-x86_64": 3,
                 "macos-arm64": 3,
                 "ubuntu-x86_64": 3,
-                "ubuntu-aarch64": 3,
+                "ubuntu-aarch64": 4,
                 "windows-x64": 2
             }
         }