Skip to content

Commit 7440b8e

Browse files
committed
Reverted a change to test the build
1 parent b69b92f commit 7440b8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
uses: docker/build-push-action@v6
4343
with:
4444
# Only build one platform in order to run tests (additional platforms will be built afterwards, before push)
45-
# platforms: linux/amd64
46-
platforms: linux/amd64,linux/arm64
45+
platforms: linux/amd64
4746
push: false
4847
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_VERSION_CI }}
4948
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache

0 commit comments

Comments
 (0)