Skip to content

Commit

Permalink
added arm64 and arm/v7 to dev docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Aug 4, 2023
1 parent 73b46c2 commit f81bdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: docker/build-push-action@v3
with:
file: docker/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: membermatters/membermatters:dev
2 changes: 1 addition & 1 deletion src-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dev:android": "quasar dev -m capacitor -T android",
"build": "quasar build -m spa",
"build:pwa": "quasar build -m pwa",
"build:ios": "node update-ios-version.js && API_BASE_URL=https://portal.brisbanemaker.space quasar build -m capacitor -T ios --ide",
"build:ios": "API_BASE_URL=https://portal.brisbanemaker.space quasar build -m capacitor -T ios --ide",
"build:android": "quasar build -m capacitor -T android --ide",
"build:electron": "quasar build -m electron",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
Expand Down

0 comments on commit f81bdd1

Please sign in to comment.