We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linux/arm/v7
1 parent ca7bba7 commit 55a78d7Copy full SHA for 55a78d7
1 file changed
.github/workflows/build.yml
@@ -132,7 +132,7 @@ jobs:
132
- name: Build container images
133
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
134
with:
135
- platforms: linux/amd64,linux/arm/v7,linux/arm64
+ platforms: linux/amd64,linux/arm64
136
tags: ${{ env.IMAGE_NAME }}:latest
137
cache-from: type=gha
138
cache-to: type=gha,mode=max
@@ -146,7 +146,7 @@ jobs:
146
if: ${{ env.IMAGE_TAG != '' }}
147
148
149
150
push: true
151
# IMAGE_TAG is set by @semantic-release/exec (see .releaserc file)
152
tags: |
0 commit comments