Skip to content

Commit c0acf35

Browse files
authored
Removing hardcoded arch from bake command (#788)
1 parent a92bbe6 commit c0acf35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
--image-version "${GITHUB_REF_NAME}-${ARCH_FOR_DOCKER}" \
103103
--architecture "linux/${ARCH_FOR_DOCKER}" \
104104
--organization stackable \
105-
--architecture linux/amd64 \
106105
--shard-count "${{matrix.shard_count}}" \
107106
--shard-index "${{matrix.shard_index}}" \
108107
--export-tags-file bake-target-tags

0 commit comments

Comments
 (0)