Skip to content

Commit

Permalink
fix: 修复circleci没有docker的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
livk-cloud committed Dec 2, 2024
1 parent 28e163d commit 3897954
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
environment:
JVM_OPTS: -Xmx3200m
TERM: dumb
architecture: "amd64"
platform: "linux/amd64"

steps:
- checkout
Expand All @@ -20,6 +22,8 @@ jobs:
environment:
JVM_OPTS: -Xmx3200m
TERM: dumb
architecture: "amd64"
platform: "linux/amd64"

steps:
- checkout
Expand All @@ -32,6 +36,8 @@ jobs:
environment:
JVM_OPTS: -Xmx3200m
TERM: dumb
architecture: "amd64"
platform: "linux/amd64"

steps:
- checkout
Expand Down

0 comments on commit 3897954

Please sign in to comment.