We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9819b commit 07ad006Copy full SHA for 07ad006
.github/workflows/build_push.yaml
@@ -43,7 +43,7 @@ jobs:
43
if: success()
44
id: prepare
45
run: |
46
- echo ::set-output name=docker_platforms::linux/amd64,linux/386
+ echo ::set-output name=docker_platforms::linux/amd64
47
echo ::set-output name=docker_username::miigotu
48
echo ::set-output name=github_image::ghcr.io/${GITHUB_REPOSITORY,,}/ps3dev
49
VERSION_TAG=${GITHUB_REF#refs/*/}
0 commit comments