Skip to content

Commit

Permalink
add: workflow build docker image
Browse files Browse the repository at this point in the history
Signed-off-by: MicroOps <[email protected]>
  • Loading branch information
MicroOps-cn committed Oct 24, 2024
1 parent 79ec53a commit 6b8896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id-token: write
strategy:
matrix:
OS: [ linux, darwin ] # 操作系统
OS: [ linux ] # 操作系统
ARCH: [ amd64, arm64 ] # 架构
steps:
- name: Checkout repository
Expand Down

0 comments on commit 6b8896c

Please sign in to comment.