Skip to content

Commit 28e360f

Browse files
committed
arch again
1 parent 2e41eb0 commit 28e360f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
TAG_NAME=$(git describe --exact-match)
4242
git tag --list --format='%(contents)' "$TAG_NAME" > RELEASE-NOTES
4343
44-
for arch in $ARCH; do
44+
for cur_arch in $ARCH; do
4545
docker build . \
46-
--platform "linux/$ARCH" \
47-
--output "type=docker,dest=${{ github.repository_name }}-$TAG_NAME-$ARCH.tar"
46+
--platform "linux/$cur_arch" \
47+
--output "type=docker,dest=${{ github.repository_name }}-$TAG_NAME-$cur_arch.tar"
4848
done
4949
5050
- name: Create Release

0 commit comments

Comments
 (0)