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 6b8896c commit 13d9fa5
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 @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
OS: [ linux ] # 操作系统
ARCH: [ amd64, arm64 ] # 架构
ARCH: [ 386, amd64, arm64 ] # 架构
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 13d9fa5

Please sign in to comment.