Skip to content

Commit

Permalink
feat: enable deployment of blackboxes via docker manifest property (#168
Browse files Browse the repository at this point in the history
)

Works with against AIO cloud and local OW.
  • Loading branch information
hparra authored Nov 14, 2023
1 parent aed770b commit 30c96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const globby = require('globby')
const path = require('path')
const archiver = require('archiver')
// this is a static list that comes from here: https://developer.adobe.com/runtime/docs/guides/reference/runtimes/
const SupportedRuntimes = ['sequence', 'nodejs:10', 'nodejs:12', 'nodejs:14', 'nodejs:16', 'nodejs:18', 'nodejs:20']
const SupportedRuntimes = ['sequence', 'blackbox', 'nodejs:10', 'nodejs:12', 'nodejs:14', 'nodejs:16', 'nodejs:18', 'nodejs:20']
const DEFAULT_PACKAGE_RESERVED_NAME = 'default'

/**
Expand Down

0 comments on commit 30c96f5

Please sign in to comment.