Skip to content

Commit

Permalink
rm 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Bristow committed Jul 28, 2024
1 parent 1562470 commit a7056e2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
31 changes: 16 additions & 15 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ env:

jobs:
build:
runs-on: [ubuntu-latest]
# runs-on: self-hosted
# runs-on: [ubuntu-latest]
runs-on: self-hosted
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -93,19 +93,20 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm64

- name: Build and push Docker image armhf
id: build-and-push-armhf
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ghcr.io/jzjad/rpi-checkmk-armhf:latest
labels: ${{ steps.meta.outputs.labels }}
build-args: IMAGE_CMK_BASE=debian:bullseye
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm/v7

# Removed as 32 bit builds are no longer available
# - name: Build and push Docker image armhf
# id: build-and-push-armhf
# uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5
# with:
# context: .
# push: ${{ github.event_name != 'pull_request' }}
# tags: ghcr.io/jzjad/rpi-checkmk-armhf:latest
# labels: ${{ steps.meta.outputs.labels }}
# build-args: IMAGE_CMK_BASE=debian:bullseye
# cache-from: type=gha
# cache-to: type=gha,mode=max
# platforms: linux/arm/v7
# Sign the resulting Docker image digest except on PRs.
# This will only write to the public Rekor transparency log when the Docker
# repository is public to avoid leaking data. If you would like to publish
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,4 @@ Working docker compose file is in the repository. Other wise you can run the fol


## TODO
- [X] Github actions
- [X] Specify default site name
- [X] Better Startup/entry Points
- [X] Work on building 32bit arm/v7/hf based on bullseye (Possibly test it on jammy)
- [X] Add variables/args for distro, as well as cmk version
- [X] Example compose file and run commands.
- [ ] Await official ARM packages!

0 comments on commit a7056e2

Please sign in to comment.