mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Update build.sh
This commit is contained in:
parent
feb5e96323
commit
c26737ffd6
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
VERSION=$(cat mempool-version)
|
|
||||||
|
|
||||||
cd mempool
|
|
||||||
|
|
||||||
cd ./backend
|
cd ./backend
|
||||||
docker buildx build --platform linux/amd64,linux/arm64 -t $1/mempool-backend:$2 --push .
|
docker buildx build --platform linux/amd64,linux/arm64 -t $1/mempool-backend:$2 --push .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue