Fluttershub.com does not currently run on the ARM Node.

This commit is contained in:
2022-07-11 12:11:50 +01:00
committed by GitHub
parent e67c0699a7
commit 8340a42f4d
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ jobs:
Deploy: Deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: Build_ARM64 needs: Build_x86
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Run Ansible playbook - name: Run Ansible playbook

View File

@@ -2,7 +2,7 @@ version: "3"
services: services:
fluttershub.com: fluttershub.com:
image: ghcr.io/fluttershub/homepage:arm64-latest image: ghcr.io/fluttershub/homepage:x64-latest
restart: always restart: always
networks: networks:
- external - external