💚 Fix ARM build
This commit is contained in:
parent
a4c1456f99
commit
fc0728c756
2 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
# platforms: linux/amd64,linux/arm64 # ARM disabled for now: error: command 'gcc' failed: No such file or directory
|
platforms: linux/amd64,linux/arm64
|
||||||
platforms: linux/amd64
|
|
||||||
tags: code.f2n.me/finn/matrix-bot-praying-times:latest
|
tags: code.f2n.me/finn/matrix-bot-praying-times:latest
|
||||||
- name: Inspect
|
- name: Inspect
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -3,6 +3,8 @@ FROM python:3.12-alpine
|
||||||
|
|
||||||
WORKDIR /bot
|
WORKDIR /bot
|
||||||
|
|
||||||
|
RUN apk update && apk add python3-dev gcc libc-dev
|
||||||
|
|
||||||
COPY requirements.txt requirements.txt
|
COPY requirements.txt requirements.txt
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue