mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-05-19 23:35:53 +00:00
replace ncc with esbuild for action bundling
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
35d5669990
commit
62a582dc40
12 changed files with 6953 additions and 396 deletions
|
|
@ -73,5 +73,5 @@ outputs:
|
|||
|
||||
runs:
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
main: 'dist/index.cjs'
|
||||
post: 'dist/index.cjs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue