Skip to content

Commit

Permalink
Add normal x86_64 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnt committed Jan 9, 2024
1 parent c70cdb5 commit 3e4c934
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
matrix:
platform:
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-gnu
bin: angry_oxide
name: angry_oxide-linux-x86_64.tar.gz

- os_name: Linux-x86_64_musl
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: angry_oxide
Expand Down

0 comments on commit 3e4c934

Please sign in to comment.