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 d92e40f commit 6f65126
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
platforms: |
linux/arm/v5
linux/arm/v7
linux/arm64
with:
push: true
tags: star7th/showdoc:arm-latest
Expand Down

0 comments on commit 6f65126

Please sign in to comment.