Skip to content

Commit

Permalink
build: added variant v7 to platform identifier for arm image
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFi committed Jul 13, 2021
1 parent 14957e1 commit 506cd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
type=local,src=/tmp/.buildx-cache
ghcr.io/tomerfi/switcher_webapi:arm32v7-early-access
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/arm
platforms: linux/arm/v7

- name: Create docker manifest
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
type=local,src=/tmp/.buildx-cache
ghcr.io/tomerfi/switcher_webapi:arm32v7-early-access
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/arm
platforms: linux/arm/v7

- name: Create docker latest manifest
run: >
Expand Down

0 comments on commit 506cd2d

Please sign in to comment.