Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
superbenchmark
Commits
300df46b
Unverified
Commit
300df46b
authored
Mar 07, 2025
by
Yifan Xiong
Committed by
GitHub
Mar 07, 2025
Browse files
CI/CD - Add image build on arm64 arch (#690)
Add image build on arm64 arch.
parent
64edc9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
.github/workflows/build-image.yml
.github/workflows/build-image.yml
+10
-4
No files found.
.github/workflows/build-image.yml
View file @
300df46b
...
...
@@ -25,17 +25,23 @@ jobs:
strategy
:
matrix
:
include
:
-
name
:
cuda12.4 arm64
dockerfile
:
cuda12.4
tags
:
superbench/main:cuda12.4
platforms
:
linux/arm64
runner
:
[
self-hosted
,
linux/arm64
]
build_args
:
"
NUM_MAKE_JOBS=8"
-
name
:
cuda12.4
dockerfile
:
cuda12.4
tags
:
superbench/main:cuda12.4
platforms
:
linux/amd64
# TODO: linux/arm64
runner
:
[
self-hosted
]
platforms
:
linux/amd64
runner
:
[
self-hosted
,
linux/amd64
]
build_args
:
"
NUM_MAKE_JOBS=16"
-
name
:
cuda12.2
dockerfile
:
cuda12.2
tags
:
superbench/main:cuda12.2
platforms
:
linux/amd64
runner
:
[
self-hosted
]
runner
:
[
self-hosted
,
linux/amd64
]
build_args
:
"
NUM_MAKE_JOBS=16"
-
name
:
cuda11.1.1
dockerfile
:
cuda11.1.1
...
...
@@ -47,7 +53,7 @@ jobs:
dockerfile
:
rocm6.2.x
tags
:
superbench/main:rocm6.2
platforms
:
linux/amd64
runner
:
[
self-hosted
]
runner
:
[
self-hosted
,
linux/amd64
]
build_args
:
"
NUM_MAKE_JOBS=16"
steps
:
-
name
:
Checkout
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment