diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f7400de..8254c48 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -26,4 +26,4 @@ jobs: - name: Build and Publish with signature run: | TAG=${GITHUB_REF#refs/*/} - acorn build --platform linux/amd64 --push -t ghcr.io/infracloudio/mern-acorn:${TAG} . \ No newline at end of file + acorn build --platform linux/amd64 --platform linux/arm64 --push -t ghcr.io/infracloudio/mern-acorn:${TAG} . \ No newline at end of file diff --git a/Acornfile b/Acornfile index 916f5c7..68e0269 100644 --- a/Acornfile +++ b/Acornfile @@ -41,6 +41,7 @@ containers: { context: "./client" dockerfile: "./client/Dockerfile" } + memory: 1536Mi dirs: "/usr/src/app": "./client" ports: publish: "3000:3000/http" env: {