Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Dec 21, 2023
1 parent 1a7c54c commit d6467d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Config17 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1'
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Config19 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1'
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
configureArgs : '--enable-dtrace',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Config20 {
riscv64Linux : [
os : 'linux',
arch : 'riscv64',
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1'
crossCompile : 'dockerhost-rise-ubuntu2204-aarch64-1',
dockerImage : 'adoptopenjdk/ubuntu2004_build_image:linux-riscv64',
dockerArgs : '--platform linux/riscv64',
test : 'default',
Expand Down

0 comments on commit d6467d2

Please sign in to comment.