From fa2cd37b1dfb8ef6d2adb4f67116ab675c9035f6 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Mon, 27 May 2024 11:31:14 +0200 Subject: [PATCH] Fixed superadmin panel in public build; Added ARM build --- .env.production | 4 ++-- .github/workflows/build-public.yml | 3 ++- .gitignore | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index dff8d774..a6dea9f8 100644 --- a/.env.production +++ b/.env.production @@ -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 diff --git a/.github/workflows/build-public.yml b/.github/workflows/build-public.yml index 2bdf2346..47f199fa 100644 --- a/.github/workflows/build-public.yml +++ b/.github/workflows/build-public.yml @@ -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" @@ -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 }} diff --git a/.gitignore b/.gitignore index fba1e433..5476deed 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ yarn-error.log /auth.json /modules_statuses.json /k8s +/_ide_helper.php +/.phpstorm.meta.php