Skip to content

Commit

Permalink
chore: add armv7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Apr 27, 2024
1 parent ac2d8de commit 328c2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
tags: |
bangbang93/openbmclapi
bangbang93/openbmclapi:${{env.RELEASE_VERSION}}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
context: .
push: true
tags: bangbang93/openbmclapi:next
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 328c2eb

Please sign in to comment.