Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-07 16:39:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
444c547adfe61fb2f96a0d920ea29f481e70ad13
444c547a
1 parent
d076d298
Feat(docker): support arm platform
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
.github/workflows/docker_ci.yml
.github/workflows/docker_ci.yml
View file @
444c547
...
...
@@ -33,6 +33,9 @@ jobs:
type=semver,pattern={{version}}
type=raw,value=latest
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v3
- name
:
Set up Docker Buildx
uses
:
docker/setup-buildx-action@v3
with
:
...
...
@@ -47,4 +50,4 @@ jobs:
labels
:
${{ steps.meta.outputs.labels }}
cache-from
:
type=gha
cache-to
:
type=gha,mode=max
platform
:
linux/amd64,linux/arm64
platform
s
:
linux/amd64,linux/arm64
...
...
Please
register
or
login
to post a comment