Skip to content

Commit

Permalink
Remove unused archs from release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogranzotto committed Apr 9, 2021
1 parent b686519 commit 8a8897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: github.event_name != 'pull_request'
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 --release-tag --docker-user marciogranzotto --docker-password ${{ secrets.DOCKER_PASSWORD }}
update-main-repo:
needs: [build-amd64, build-armv7, build-aarch64, build-i386, build-armhf]
needs: [build-amd64, build-armv7, build-aarch64]
name: Update addons repository
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 8a8897a

Please sign in to comment.