Skip to content
Snippets Groups Projects
Commit 532214c1 authored by yms's avatar yms
Browse files

1

parent bfb5b792
Branches
Tags 1.1.2
No related merge requests found
...@@ -14,5 +14,5 @@ rm -rf node_modules ...@@ -14,5 +14,5 @@ rm -rf node_modules
npm install npm install
npm run build npm run build
# docker buildx use desktop-linux # docker buildx use desktop-linux
docker buildx build --platform linux/arm64 -t $repo:$tag . --push docker buildx build --platform linux/arm64,linux/amd64 -t $repo:$tag . --push
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment