Skip to content

Commit 8a8897a

Browse files
Remove unused archs from release CI
1 parent b686519 commit 8a8897a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name != 'pull_request'
6565
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 }}
6666
update-main-repo:
67-
needs: [build-amd64, build-armv7, build-aarch64, build-i386, build-armhf]
67+
needs: [build-amd64, build-armv7, build-aarch64]
6868
name: Update addons repository
6969
runs-on: ubuntu-latest
7070
container:

0 commit comments

Comments
 (0)