Skip to content

Commit

Permalink
Add: support for arm build (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachincool authored Oct 15, 2024
1 parent ba30720 commit 35010ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/release-to-jfrog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
with:
context: .
push: true
provenance: false
platforms: linux/amd64,linux/arm64
tags: ${{ env.ARTIFACTORY_REPOSITORY_URL }}:${{ env.IMAGE_TAG }}
cache-from: type=registry,ref=${{ env.ARTIFACTORY_REPOSITORY_URL }}:buildcache
cache-to: mode=max,image-manifest=true,type=registry,ref=${{ env.ARTIFACTORY_REPOSITORY_URL }}:buildcache
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.9-slim
FROM python:3.9-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN python -m pip install -U pip setuptools wheel poetry
WORKDIR /code
Expand Down

0 comments on commit 35010ef

Please sign in to comment.