forked from marciogranzotto/hass-lovelace-kindle-screensaver
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79f6a5a
commit 2b5c8a6
Showing
3 changed files
with
2 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,33 +55,3 @@ jobs: | |
= /version => "${{ github.run_number }}" | ||
- name: build aarch64 image | ||
run: docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v ~/.docker:/root/.docker -v "$(pwd)":/data homeassistant/amd64-builder -t lovelace-kindle-screensaver --aarch64 --test | ||
build-i386: | ||
name: Build i386 image | ||
runs-on: ubuntu-latest | ||
needs: [dockerlint] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Patch files | ||
uses: onlyutkarsh/[email protected] | ||
with: | ||
files: | | ||
lovelace-kindle-screensaver/config.json | ||
patch-syntax: | | ||
= /version => "${{ github.run_number }}" | ||
- name: build i386 image | ||
run: docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v ~/.docker:/root/.docker -v "$(pwd)":/data homeassistant/amd64-builder -t lovelace-kindle-screensaver --i386 --test | ||
build-armhf: | ||
name: Build armhf image | ||
runs-on: ubuntu-latest | ||
needs: [dockerlint] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Patch files | ||
uses: onlyutkarsh/[email protected] | ||
with: | ||
files: | | ||
lovelace-kindle-screensaver/config.json | ||
patch-syntax: | | ||
= /version => "${{ github.run_number }}" | ||
- name: build armhf image | ||
run: docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v ~/.docker:/root/.docker -v "$(pwd)":/data homeassistant/amd64-builder -t lovelace-kindle-screensaver --armhf --test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters