mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Remove x86
This commit is contained in:
parent
003f3cf8b1
commit
f21a31ce86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/on-tag.yml
vendored
2
.github/workflows/on-tag.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
docker buildx build \
|
||||
--cache-from "type=local,src=/tmp/.buildx-cache" \
|
||||
--cache-to "type=local,dest=/tmp/.buildx-cache" \
|
||||
--platform linux/amd64,linux/arm64,linux/x86 \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:$TAG \
|
||||
--tag ${{ secrets.DOCKER_HUB_USER }}/${{ matrix.service }}:latest \
|
||||
--output "type=registry" ./${{ matrix.service }}/ \
|
||||
|
|
Loading…
Add table
Reference in a new issue