Skip to content

Commit

Permalink
Remove python 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Oct 15, 2024
1 parent a6e071a commit 329dc41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/sam-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ jobs:
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY}
build-args: |
PYTHON_VERSION=3.9
- name: Build python 3.7 and Push Container Image to GitHub Container Repository
uses: docker/build-push-action@v3
with:
context: ./sam-cli
push: true
tags: |
ghcr.io/base2services/sam-cli:${{ steps.vars.outputs.version }}-py3.7
labels: |
runnumber=${GITHUB_RUN_ID}
org.opencontainers.image.source=https://github.com/${GITHUB_REPOSITORY}
build-args: |
PYTHON_VERSION=3.7
- name: Build python 3.11 and Push Container Image to GitHub Container Repository
uses: docker/build-push-action@v3
Expand Down
2 changes: 1 addition & 1 deletion sam-cli/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.95.0
1.122.0

0 comments on commit 329dc41

Please sign in to comment.