Skip to content

Commit

Permalink
Update the ci workflow to work from a fork
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
  • Loading branch information
kate-goldenring committed Dec 22, 2023
1 parent ff0b938 commit 218f0be
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
arch: "aarch64"
}
shims:
- {
name: "slight",
version: "v1",
}
# - {
# name: "slight",
# version: "v1",
# }
- {
name: "spin",
version: "v2",
}
- {
name: "wws",
version: "v1",
}
- {
name: "lunatic",
version: "v1",
}
# - {
# name: "wws",
# version: "v1",
# }
# - {
# name: "lunatic",
# version: "v1",
# }
env:
ARCH: ${{ matrix.config.arch }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: fmt
run: |
make fmt
build-wasm-images:
uses: ./.github/workflows/docker-build-push.yaml
with:
test: true
# build-wasm-images:
# uses: ./.github/workflows/docker-build-push.yaml
# with:
# test: true
build:
uses: ./.github/workflows/build.yaml
test:
Expand Down

0 comments on commit 218f0be

Please sign in to comment.