Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
repo renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
mheese committed Apr 25, 2023
1 parent a7353e4 commit 433ce7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
due --create --name honie-build --prompt HONIE --tag latest --use-template honie --from debian:11
- name: Push due docker image
run: |
docker tag due-build-onie:latest ghcr.io/githedgehog/due-build-onie:latest
docker push https://github.com/githedgehog/ONIE
docker tag due-honie-build:latest ghcr.io/githedgehog/due-honie-build:latest
docker push ghcr.io/githedgehog/due-honie-build:latest
- name: Setup tmate session for debug
if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# due-onie-build
# due-honie-build

This prepares our [due](https://github.com/CumulusNetworks/DUE) builder which is used to build our version of [ONIE](https://github.com/githedgehog/ONIE).

The modifications we are doing to `due` are minor.
Essentially we just add the YubiHSM packages for the time being plus we fix the due build as it is broken by default.
It tries to include old Debian source lists which do not exist any longer.

There are most likely more changes to come.
Do not forget to update this README when you add changes! :)

0 comments on commit 433ce7e

Please sign in to comment.