Skip to content

Commit

Permalink
Disabled armhf build since it doesn't seem to work anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bertbaron committed Mar 10, 2024
1 parent 584ff12 commit 26003a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
matrix:
addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
arch: ["aarch64", "amd64", "armhf", "armv7", "i386"]
arch: ["aarch64", "amd64", "armv7", "i386"] # disabled armhf since it doesn't build anymore

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion logspout/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.19

FROM golang:1.21.5 AS build
FROM golang:1.22.0 AS build
LABEL maintainer="bertusbaron@gmail.com"
ENV LOGSPOUT_HASSIO_VERSION='hassio-3'

Expand Down

0 comments on commit 26003a8

Please sign in to comment.