diff options
| author | Max Isom <[email protected]> | 2020-11-18 14:24:43 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-11-18 14:24:43 -0500 |
| commit | 65d5d79631d1677fd9c4c7395321dcdf0679a334 (patch) | |
| tree | 4114761adfdff667c75fcd85c4fb17dc641d7d90 /.github | |
| parent | 48a2ce63692bf8d92343a9875d0bb6050c55d617 (diff) | |
| download | muse-65d5d79631d1677fd9c4c7395321dcdf0679a334.tar.xz muse-65d5d79631d1677fd9c4c7395321dcdf0679a334.zip | |
Remove weird archs
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index c579626..fa963d4 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -31,7 +31,7 @@ jobs: with: push: true tags: codetheweb/muse:latest - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 - name: Update Docker Hub description uses: peter-evans/[email protected] |
