Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th committed Apr 30, 2023
1 parent 6f65126 commit e65e4bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docker-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: star7th/showdoc:arm-latest
file: DockerfileARM # 使用仓库下的DockerfileARM文件进行构建
platforms: |
linux/arm/v5
linux/arm/v7
linux/arm64
with:
push: true
tags: star7th/showdoc:arm-latest
file: DockerfileARM # 使用仓库下的DockerfileARM文件进行构建

0 comments on commit e65e4bf

Please sign in to comment.