Skip to content

Commit

Permalink
- fix: ci remove linux updates json validator
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 9, 2024
1 parent 746d028 commit 944657e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci-scripts/generate-updates-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const envSchema = z.object({
PUB_DATE: z.string().optional(),
DARWIN_AARCH64_SIGNATURE: z.string().min(1),
DARWIN_AARCH64_URL: z.string().url(),
LINUX_x86_64_SIGNATURE: z.string().min(1),
LINUX_x86_64_URL: z.string().url(),
// LINUX_x86_64_SIGNATURE: z.string().min(1),
// LINUX_x86_64_URL: z.string().url(),
WINDOWS_x86_64_SIGNATURE: z.string().min(1),
WINDOWS_x86_64_URL: z.string().url(),
});
Expand Down

0 comments on commit 944657e

Please sign in to comment.