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:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Build_ARM64
|
||||
needs: Build_x86
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run Ansible playbook
|
||||
|
||||
@@ -2,7 +2,7 @@ version: "3"
|
||||
|
||||
services:
|
||||
fluttershub.com:
|
||||
image: ghcr.io/fluttershub/homepage:arm64-latest
|
||||
image: ghcr.io/fluttershub/homepage:x64-latest
|
||||
restart: always
|
||||
networks:
|
||||
- external
|
||||
|
||||
Reference in New Issue
Block a user