mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-13 15:12:53 +11:00
Remove 32bit
This commit is contained in:
parent
7915b0597b
commit
b5674d5a5f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -59,6 +59,6 @@ jobs:
|
|||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/i386
|
||||
platforms: linux/amd64,linux/arm64,linux/ppc64le
|
||||
push: true
|
||||
tags: ${{ steps.prep.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue