diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 953313a..7addcb8 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -15,8 +15,7 @@ jobs: - 20.11.9 - 22.05.2 - 22.05.6 - - 23.02.6 - + - 23.02.7 container: image: ghcr.io/eth-cscs/cache_docker/slurm-uenv-mount-tester-${{ matrix.version }}:latest credentials: diff --git a/.github/workflows/build-test-image.yml b/.github/workflows/build-test-image.yml index 54b3be2..faea008 100644 --- a/.github/workflows/build-test-image.yml +++ b/.github/workflows/build-test-image.yml @@ -16,7 +16,7 @@ jobs: - 20.11.9 - 22.05.2 - 22.05.6 - + - 23.02.7 env: base_tag: ghcr.io/eth-cscs/slurm-container-${{ matrix.version }}:latest cache_tag: ghcr.io/eth-cscs/cache_docker/slurm-uenv-mount-tester-${{ matrix.version }}:latest diff --git a/docker/make-binary-rpm.sh b/docker/make-binary-rpm.sh index 90cfe97..0448359 100755 --- a/docker/make-binary-rpm.sh +++ b/docker/make-binary-rpm.sh @@ -11,15 +11,15 @@ _SLURM_VER=$(srun --version | sed 's/slurm //') find /tmp/src-rpm -name '*.rpm' -type f -exec cp {} . \; -fname=$(ls *x86_64.rpm) +fname=$(ls -- *$(uname -m).rpm) echo -echo "RPM built. " +echo "RPM built." echo echo "Copy from container:" echo -printf "\tdocker compose cp slurm:$(realpath $fname) ." +printf "\tdocker compose cp slurm:%s ." "$(realpath $fname)" echo echo