Skip to content

Commit aa08aa6

Browse files
committed
can't spell
1 parent 230c525 commit aa08aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
-H "Content-Type: application/octet-stream" \
2626
"https://uploads.github.com/repos/linuxserver/docker-python/releases/${{ github.event.release.id }}/assets?name=python-amd64.tar.gz" \
2727
--data-binary "@python-amd64.tar.gz"
28-
docker create --name arm64 --platfrom=linux/arm64 ghcr.io/linuxserver/python:arm64v8-${{ github.event.release.tag_name }} blah
28+
docker create --name arm64 --platform=linux/arm64 ghcr.io/linuxserver/python:arm64v8-${{ github.event.release.tag_name }} blah
2929
docker cp arm64:/usr/local/. ./artifacts/arm64/
3030
tar -czvf python-arm64.tar.gz -C ./artifacts/arm64/ .
3131
echo "**** Uploading arm64 tarball ****"

0 commit comments

Comments
 (0)