Skip to content

Commit

Permalink
Fixed superadmin panel in public build; Added ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed May 27, 2024
1 parent 94d750a commit fa2cd37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ APP_ENV=production
APP_DEBUG=false
APP_FORCE_HTTPS=true
SESSION_SECURE_COOKIE=true
OCTANE_SERVER=swoole
PAGINATION_PER_PAGE_DEFAULT=500

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=pgsql

OCTANE_SERVER=swoole
3 changes: 2 additions & 1 deletion .github/workflows/build-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: steps.cache-vendor.outputs.cache-hit != 'true' # Skip if cache hit
with:
command: install
only_args: --no-dev --no-ansi --no-interaction --no-scripts --prefer-dist --ignore-platform-reqs --classmap-authoritative
only_args: --no-dev --no-ansi --no-interaction --prefer-dist --ignore-platform-reqs --classmap-authoritative
php_version: 8.3

- name: "Use Node.js"
Expand Down Expand Up @@ -64,6 +64,7 @@ jobs:
with:
context: .
file: docker/prod/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ yarn-error.log
/auth.json
/modules_statuses.json
/k8s
/_ide_helper.php
/.phpstorm.meta.php

0 comments on commit fa2cd37

Please sign in to comment.