mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Temporarily disable building docker images for arm/v7
This commit is contained in:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -20,10 +20,13 @@ jobs:
|
||||
include:
|
||||
- platform: linux/amd64
|
||||
runner: ubuntu-latest
|
||||
- platform: linux/arm/v7
|
||||
runner: ubuntu-24.04-arm
|
||||
- platform: linux/arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
|
||||
#Note: disabling ARMv7 for now, as the process fails with:
|
||||
# Error: Couldn't allocate enough memory
|
||||
#- platform: linux/arm/v7
|
||||
#runner: ubuntu-24.04-arm
|
||||
steps:
|
||||
- name: Prepare
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user