Skip to content

Commit 5cb64d0

Browse files
committed
forgot arm64
1 parent e02dd95 commit 5cb64d0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,14 @@ jobs:
4040
type=semver,pattern={{major}}.{{minor}}
4141
type=raw,value=latest
4242
43+
- name: Set up QEMU
44+
uses: docker/setup-qemu-action@v3
45+
4346
- name: Build and push
4447
uses: docker/build-push-action@v6
4548
with:
4649
context: .
50+
platforms: linux/amd64,linux/arm64
4751
push: true
4852
tags: ${{ steps.meta.outputs.tags }}
4953
labels: ${{ steps.meta.outputs.labels }}

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.12-slim
22

3+
LABEL org.opencontainers.image.source="https://github.com/leinelab/makerspaceapi"
4+
35
WORKDIR /app
46

57
# Install dependencies

0 commit comments

Comments
 (0)