File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3434 run : make test_unit
3535
3636 build :
37- runs-on : ubuntu-latest
37+ runs-on : ubuntu-24.04-arm
3838 name : Build Application
3939 steps :
4040 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3333 run : make test_unit
3434
3535 build :
36- runs-on : ubuntu-latest
36+ runs-on : ubuntu-24.04-arm
3737 name : Build Application
3838 steps :
3939 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ Resources:
250250 DependsOn :
251251 - AppLogGroups
252252 Properties :
253- Architectures : [x86_64 ]
253+ Architectures : [arm64 ]
254254 CodeUri : ../dist/lambda
255255 AutoPublishAlias : live
256256 Runtime : nodejs22.x
@@ -292,7 +292,7 @@ Resources:
292292 DependsOn :
293293 - AppLogGroups
294294 Properties :
295- Architectures : [x86_64 ]
295+ Architectures : [arm64 ]
296296 CodeUri : ../dist/sqsConsumer
297297 AutoPublishAlias : live
298298 Runtime : nodejs22.x
Original file line number Diff line number Diff line change @@ -30,11 +30,8 @@ const buildOptions = {
3030 } ,
3131 banner : {
3232 js : `
33- import { fileURLToPath } from 'url';
3433 import { createRequire as topLevelCreateRequire } from 'module';
3534 const require = topLevelCreateRequire(import.meta.url);
36- const __filename = fileURLToPath(import.meta.url);
37- const __dirname = path.dirname(__filename);
3835 ` . trim ( ) ,
3936 } , // Banner for compatibility with CommonJS
4037 plugins : [
You can’t perform that action at this time.
0 commit comments