goharbor / acceleration-service

Provides a general service to support image acceleration based on kinds of accelerator like Nydus and eStargz etc.
Apache License 2.0
73 stars 26 forks source link

feat: build arm64 image #244

Closed Desiki-high closed 8 months ago

Desiki-high commented 8 months ago

Since we have arm64 release binaries, we can also build arm64 images.

Ref: https://docs.docker.com/build/ci/github-actions/multi-platform.

  1. set up latest version.
  2. change the image tag from v0.x.x to 0.x.x.
  3. upload repo description.
  4. support the linux/arm64 image.

Test in my repo: release action: https://github.com/Desiki-high/acceleration-service/actions/runs/7443126413 docker hub image: https://hub.docker.com/r/dingyadong/harbor-acceld and tag 0.2.8.

Desiki-high commented 8 months ago

@imeoer Can we release a new version to test the arm64 image after merging?