We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d326cd9 commit 38b2509Copy full SHA for 38b2509
.github/workflows/build-ubuntu.yml
@@ -37,9 +37,9 @@ jobs:
37
38
# Get the ubuntu version
39
os_version=$(lsb_release -r | awk '{print $2}')
40
- echo "os_name=ubuntu${os_version}" >> "$GITHUB_ENV"
+ echo "os_name=ubuntu-${os_version}" >> "$GITHUB_ENV"
41
42
- # Get cpu architecture
+ # Get cpu architecture for the package name (therefore the dpkg architecture, which differs from the arch architecture)
43
echo "cpu_architecture=$(dpkg --print-architecture)" >> "$GITHUB_ENV"
44
45
- name: Checkout
0 commit comments