[Rpm-maint] [rpm-software-management/rpm] Migrate away from SemaphoreCI Classic (Issue #2569)

Wiktor Kwapisiewicz notifications at github.com
Fri Jul 7 09:10:28 UTC 2023


Hi,

I think using Docker directly would solve this problem (as then you can use fedora as a base image).

There are at least two approaches:
  - docker buildx (if you need to build for multiple architectures), an example: https://github.com/wiktor-k/paperboy/blob/main/.github/workflows/docker.yml#L17
  - official docker action (if simple docker build suffices): https://www.docker.com/blog/first-docker-github-action-is-here/

It seems you already have a Dockerfile: https://github.com/rpm-software-management/rpm/blob/master/ci/Dockerfile

Do you just need to run that on GitHub actions? If so I think I could lend a hand :)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2569#issuecomment-1625104940
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2569/1625104940 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230707/80928131/attachment.html>


More information about the Rpm-maint mailing list