Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

build cni for more than just amd64 #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2019

  1. build cni for more than just amd64

    Before this change non-amd64 containers contained amd64 binaries. This
    commit changes this behaviour. Some architectures like arm64 or amd64
    report themself different with 'uname -m', thus this needs mapping to
    the architecture named packages of cni and cni-plugins.
    zobelhelas committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    6a44217 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. add the architecture after the version type.

    Signed-off-by: Martin Zobel-Helas <martin.zobel-helas@credativ.de>
    zobelhelas committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    b798650 View commit details
    Browse the repository at this point in the history
  2. fix versioning with correct architecture tag

    Signed-off-by: Martin Zobel-Helas <martin.zobel-helas@credativ.de>
    zobelhelas committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    f70217c View commit details
    Browse the repository at this point in the history