Fluttershub.com does not currently run on the ARM Node.
This commit is contained in:
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user