Skip to content

Commit 04cee6f

Browse files
committed
add linux to platofrms
1 parent 5a5cf4b commit 04cee6f

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@ permissions:
1313
jobs:
1414
test:
1515
name: Run tests
16-
strategy:
17-
matrix:
18-
include:
19-
- { target: linux-64, os: ubuntu-latest }
20-
fail-fast: false
21-
runs-on: ${{ matrix.os }}
22-
timeout-minutes: 5
23-
defaults:
24-
run:
25-
shell: bash
16+
runs-on: ubuntu-latest
2617
steps:
2718
- name: Checkout code
2819
uses: actions/checkout@v4
@@ -34,16 +25,7 @@ jobs:
3425
3526
package:
3627
name: Create package
37-
strategy:
38-
matrix:
39-
include:
40-
- { target: linux-64, os: ubuntu-latest }
41-
fail-fast: false
42-
runs-on: ${{ matrix.os }}
43-
timeout-minutes: 5
44-
defaults:
45-
run:
46-
shell: bash
28+
runs-on: ubuntu-latest
4729
steps:
4830
- name: Checkout code
4931
uses: actions/checkout@v4

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["saviorand"]
33
channels = ["conda-forge", "https://conda.modular.com/max-nightly", "https://repo.prefix.dev/mojo-community"]
44
description = "Simple and fast HTTP framework for Mojo!"
55
name = "lightbug_http"
6-
platforms = ["osx-arm64"]
6+
platforms = ["osx-arm64", "linux-64"]
77
version = "0.1.0"
88

99
[tasks]

0 commit comments

Comments
 (0)