File tree Expand file tree Collapse file tree
packaging/rpm/rockylinux-systemd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ dist/$(UPTODATE)-packages: dist $(wildcard packaging/deb/**) $(wildcard packagin
385385endif
386386
387387# Build both arm64 and amd64 images, so that we can test deb/rpm packages for both architectures.
388- packaging/rpm/centos -systemd/$(UPTODATE ) : packaging/rpm/centos -systemd/Dockerfile
388+ packaging/rpm/rockylinux -systemd/$(UPTODATE ) : packaging/rpm/rockylinux -systemd/Dockerfile
389389 $(SUDO ) docker build --platform linux/amd64 --build-arg=revision=$(GIT_REVISION ) --build-arg=goproxyValue=$(GOPROXY_VALUE ) -t $(IMAGE_PREFIX )$(shell basename $(@D ) ) :amd64 $(@D ) /
390390 $(SUDO ) docker build --platform linux/arm64 --build-arg=revision=$(GIT_REVISION ) --build-arg=goproxyValue=$(GOPROXY_VALUE ) -t $(IMAGE_PREFIX )$(shell basename $(@D ) ) :arm64 $(@D ) /
391391 touch $@
@@ -396,5 +396,5 @@ packaging/deb/debian-systemd/$(UPTODATE): packaging/deb/debian-systemd/Dockerfil
396396 touch $@
397397
398398.PHONY : test-packages
399- test-packages : packages packaging/rpm/centos -systemd/$(UPTODATE ) packaging/deb/debian-systemd/$(UPTODATE )
399+ test-packages : packages packaging/rpm/rockylinux -systemd/$(UPTODATE ) packaging/deb/debian-systemd/$(UPTODATE )
400400 ./tools/packaging/test-packages $(IMAGE_PREFIX ) $(VERSION )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -68,5 +68,5 @@ function test_with_systemd() {
6868test_with_systemd " ${IMAGE_PREFIX} " debian-systemd:amd64 linux/amd64 " dpkg -i /opt/cortex/cortex-${VERSION} _amd64.deb"
6969test_with_systemd " ${IMAGE_PREFIX} " debian-systemd:arm64 linux/arm64 " dpkg -i /opt/cortex/cortex-${VERSION} _arm64.deb"
7070
71- test_with_systemd " ${IMAGE_PREFIX} " centos -systemd:amd64 linux/amd64 " rpm -i /opt/cortex/cortex-${VERSION} _amd64.rpm"
72- test_with_systemd " ${IMAGE_PREFIX} " centos -systemd:arm64 linux/arm64 " rpm -i /opt/cortex/cortex-${VERSION} _arm64.rpm"
71+ test_with_systemd " ${IMAGE_PREFIX} " rockylinux -systemd:amd64 linux/amd64 " rpm -i /opt/cortex/cortex-${VERSION} _amd64.rpm"
72+ test_with_systemd " ${IMAGE_PREFIX} " rockylinux -systemd:arm64 linux/arm64 " rpm -i /opt/cortex/cortex-${VERSION} _arm64.rpm"
You can’t perform that action at this time.
0 commit comments