Skip to content

Commit

Permalink
build: drop armv7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed Jun 22, 2023
1 parent e0094c8 commit e83871f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set ENV to latest
if: ${{ github.event.release.target_commitish == 'master' || (github.event_name == 'workflow_dispatch' && github.ref_name == 'master') }}
run: |
echo "ARCH=linux/amd64,linux/arm/v7,linux/arm64" >> $GITHUB_ENV
echo "ARCH=linux/amd64,linux/arm64" >> $GITHUB_ENV
echo "TAGS=jakowenko/phrame:latest,jakowenko/phrame:${{steps.version.outputs.prop}}" >> $GITHUB_ENV
- name: Version with SHA-7
run: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ If you would like to make a donation to support development, please use [GitHub

- amd64
- arm64
- arm/v7

## Supported AIs

Expand Down

0 comments on commit e83871f

Please sign in to comment.