Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
salza80 committed Dec 11, 2023
1 parent 6600cc5 commit 1fad2cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/lib/http-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export class HttpApiConstruct extends Construct {

// Rails HTTP API container image with AWS Lambda Ruby Runtime Interface Client
const apiContainerImage = lambda.DockerImageCode.fromImageAsset(path.join(__dirname, '../../src'), {
//platform: Platform.LINUX_ARM64,
Platform.LINUX_X86_64,
platform: Platform.LINUX_ARM64,
ignoreMode: cdk.IgnoreMode.DOCKER,

entrypoint: [
Expand Down

0 comments on commit 1fad2cd

Please sign in to comment.