Skip to content

Commit

Permalink
fix: 🐛 arch and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hijiki51 committed Oct 5, 2024
1 parent 93ba734 commit 49792a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecs/taskdef/benchmarker.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'FARGATE',
],
runtimePlatform: {
cpuArchitecture: 'ARM64',
cpuArchitecture: 'X86_64',
operatingSystemFamily: 'LINUX',
},
tags: [
Expand Down
2 changes: 1 addition & 1 deletion supervisor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ RUN cargo build --release --bin isuxportal-supervisor
RUN install target/release/isuxportal-supervisor /usr/local/bin/isuxportal-supervisor


FROM scrach
FROM scratch
COPY --from=builder /usr/local/bin/isuxportal-supervisor /usr/local/bin/isuxportal-supervisor

0 comments on commit 49792a6

Please sign in to comment.