Skip to content

Commit

Permalink
caching again
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnovsky committed Sep 1, 2022
1 parent dacc073 commit b206c50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
arch:
- "aarch64"
- "amd64"
- "armhf" # see https://github.com/asosnovsky/Shortumation/issues/147
- "armhf"
- "armv7"
- "i386"

Expand All @@ -105,12 +105,10 @@ jobs:

- name: ${{ matrix.arch }} / ${{ needs.metadata.outputs.version }}
uses: home-assistant/builder@master
# continue-on-error: true
with:
args: |
--${{ matrix.arch }} \
--no-latest \
--no-cache \
--version ${{ needs.metadata.outputs.version }} \
--target .
Expand Down

0 comments on commit b206c50

Please sign in to comment.