mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Updates
This commit is contained in:
5
Makefile
5
Makefile
@@ -5,7 +5,10 @@ build-arm:
|
||||
docker buildx build --platform linux/arm64 -t fossorial/pangolin:latest .
|
||||
|
||||
build-x86:
|
||||
docker buildx build --platform linux/amd64 -t fossorial/pangolin:latest .
|
||||
docker buildx build --platform linux/amd64 -t fossorial/pangolin:latest .
|
||||
|
||||
build:
|
||||
docker build -t fossorial/pangolin:latest .
|
||||
|
||||
push:
|
||||
docker push fossorial/pangolin:latest
|
||||
|
||||
Reference in New Issue
Block a user