Skip to content

Commit 55a78d7

Browse files
authored
feat!: drop linux/arm/v7 support (#1174)
1 parent ca7bba7 commit 55a78d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Build container images
133133
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
134134
with:
135-
platforms: linux/amd64,linux/arm/v7,linux/arm64
135+
platforms: linux/amd64,linux/arm64
136136
tags: ${{ env.IMAGE_NAME }}:latest
137137
cache-from: type=gha
138138
cache-to: type=gha,mode=max
@@ -146,7 +146,7 @@ jobs:
146146
if: ${{ env.IMAGE_TAG != '' }}
147147
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
148148
with:
149-
platforms: linux/amd64,linux/arm/v7,linux/arm64
149+
platforms: linux/amd64,linux/arm64
150150
push: true
151151
# IMAGE_TAG is set by @semantic-release/exec (see .releaserc file)
152152
tags: |

0 commit comments

Comments
 (0)