Skip to content

Commit

Permalink
Renamed workflows
Browse files Browse the repository at this point in the history
Tried to use a somewhat consistent and not confusing (not too technical)
naming. That is, no system triplets and something users would understand
on the top level.
  • Loading branch information
ch1bo committed Nov 29, 2023
1 parent 65df227 commit edcbb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Produces static ELF binary using MuslC which includes all needed libraries
# statically linked into it.
name: Static executable
name: Linux x86_64

on:
push:
Expand All @@ -13,7 +13,7 @@ on:

jobs:
build-executables:
name: "Build x86_64 static executables"
name: "Build x86_64-linux static executables"
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repository
Expand Down
File renamed without changes.

0 comments on commit edcbb2d

Please sign in to comment.