Skip to content

Commit 07ad006

Browse files
committed
Drop i386
Signed-off-by: miigotu <[email protected]>
1 parent cc9819b commit 07ad006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: success()
4444
id: prepare
4545
run: |
46-
echo ::set-output name=docker_platforms::linux/amd64,linux/386
46+
echo ::set-output name=docker_platforms::linux/amd64
4747
echo ::set-output name=docker_username::miigotu
4848
echo ::set-output name=github_image::ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev
4949
VERSION_TAG=${GITHUB_REF#refs/*/}

0 commit comments

Comments
 (0)