Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Typhonragewind authored Feb 12, 2024
1 parent f33a5c3 commit e6205a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
--tag typhonragewind/meshcentral:mongodb-$(npm show meshcentral version) \
--tag ghcr.io/typhonragewind/meshcentral:mongodb-latest \
--tag ghcr.io/typhonragewind/meshcentral:mongodb-$(npm show meshcentral version) \
--platform linux/amd64,linux/arm/v7,linux/arm64 ./builds/mongoDB/
--platform linux/amd64,linux/arm64 ./builds/mongoDB/
- name: build regular images with preloaded libs
run: |
docker buildx build --build-arg PREINSTALL_LIBS=true --push \
Expand All @@ -55,4 +55,4 @@ jobs:
--tag typhonragewind/meshcentral:preloadlibs-mongodb-$(npm show meshcentral version) \
--tag ghcr.io/typhonragewind/meshcentral:preloadlibs-mongodb-latest \
--tag ghcr.io/typhonragewind/meshcentral:preloadlibs-mongodb-$(npm show meshcentral version) \
--platform linux/amd64,linux/arm/v7,linux/arm64 ./builds/mongoDB/
--platform linux/amd64,linux/arm64 ./builds/mongoDB/

0 comments on commit e6205a6

Please sign in to comment.