Skip to content

Commit

Permalink
Disabled automated linux/arm64 build and deploy. Tagged 1.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandokov committed Feb 3, 2021
1 parent b9232f4 commit 3078df1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
architecture: [ linux/amd64, linux/386, linux/arm64, linux/arm/v7, linux/ppc64le ]
architecture: [ linux/amd64, linux/386, linux/arm/v7, linux/ppc64le ]
steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
##### `1.5.26`
* Fixed [#98](https://github.com/ivandokov/phockup/issues/98)
* [Disabled automated snap build and deploy for linux/arm64](https://github.com/ivandokov/phockup/issues/99).
##### `1.5.25`
* Fixed [#97](https://github.com/ivandokov/phockup/issues/97)
##### `1.5.24`
Expand Down
2 changes: 1 addition & 1 deletion phockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from src.printer import Printer


__version__ = "1.5.25"
__version__ = "1.5.26"

printer = Printer()

Expand Down

0 comments on commit 3078df1

Please sign in to comment.