Skip to content

Commit

Permalink
AlmaLinux 10 support AlmaLinux#10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Sep 12, 2024
1 parent 222fcef commit 47e5cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
docker build -t rootfs .
# Run the image and query almalinux-release package's architecture
arch=$( docker run --rm rootfs /bin/bash -c "rpm -q --qf=%{ARCH} ${lmalinux_release}" )
arch=$( docker run --rm rootfs /bin/bash -c "rpm -q --qf=%{ARCH} ${almalinux_release}" )
# Map found architecture to the corresponding platform
platform=
Expand Down

0 comments on commit 47e5cdb

Please sign in to comment.