Skip to content

Commit

Permalink
No longer build 32 bit images that are incompatible w/ prefect (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 authored Aug 15, 2024
1 parent 3729f37 commit 473967a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
push: true
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1

WORKDIR /app

COPY ./ ./
ENV PREFECT_HOME=/app
ENV PREFECT_LOGGING_EXTRA_LOGGERS=prometheus-prefect-exporter
Expand Down

0 comments on commit 473967a

Please sign in to comment.