Skip to content

Commit 28ff338

Browse files
KSKS
authored andcommitted
Add ubuntu 24.04
1 parent 0dfdb2b commit 28ff338

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/awfy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,11 @@ export const CONFIG = {
515515
platforms: ['linux64-shippable', 'linux1804-64-shippable-qr'],
516516
categories: DESKTOP_CATEGORIES,
517517
},
518+
linux2404: {
519+
label: 'Ubuntu 24.04 64bit',
520+
platforms: ['linux2404-64-shippable'],
521+
categories: DESKTOP_CATEGORIES,
522+
},
518523
// mac11m1: {
519524
// label: 'macOS 11 "Big Sur" (M1)',
520525
// platforms: ['macosx1100-64-shippable-qr'],

src/awsy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ export const CONFIG = {
8787
platforms: ['linux1804-64-shippable-qr'],
8888
categories: DEFAULT_CATEGORIES,
8989
},
90+
linux2404: {
91+
label: 'Ubuntu 24.04 64bit',
92+
platforms: ['linux2404-64-shippable'],
93+
categories: DEFAULT_CATEGORIES,
94+
},
9095
mac: {
9196
label: 'macOS 10.15 "Catalina"',
9297
platforms: ['macosx1015-64-shippable-qr'],

0 commit comments

Comments
 (0)