Bugfix/cpu topology (#10)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
d42900afe7
commit
7be1c407fe
6 changed files with 12 additions and 12 deletions
|
|
@ -43,7 +43,7 @@ task tagLatestArchImage(type: Exec) {
|
|||
dependsOn buildArchImage
|
||||
|
||||
commandLine 'podman', 'tag', "${project.name}-arch:${project.version}",\
|
||||
"${project.name}:latest"
|
||||
"${project.name}-arch:latest"
|
||||
}
|
||||
|
||||
task buildLatestArchImage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue