Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Aug 10, 2023
1 parent f38f9b6 commit 05df7b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,6 @@ on:
- "testing-*"

jobs:
release-rot:
if: startsWith(github.ref, 'refs/tags/oxide-rot-1')
uses: ./.github/workflows/release.yml
with:
build: oxide-rot-1
app_name: oxide-rot-1
app_toml: app/oxide-rot-1/app.toml
target: thumbv8m.main-none-eabihf
image: "a, b"

release-gimlet:
if: startsWith(github.ref, 'refs/tags/gimlet')
uses: ./.github/workflows/release.yml
with:
build: gimlet
app_name: gimlet-d
app_toml: app/gimlet/rev-d.toml
target: thumbv7em.main-none-eabihf
image: default

release-psc:
if: startsWith(github.ref, 'refs/tags/psc')
uses: ./.github/workflows/release.yml
with:
build: psc
app_name: psc-c
app_toml: app/psc/rev-c.toml
target: thumbv7em.main-none-eabihf
image: default

release-sidecar:
if: startsWith(github.ref, 'refs/tags/sidecar')
uses: ./.github/workflows/release.yml
with:
build: sidecar
app_name: sidecar-c
app_toml: app/sidecar/rev-c.toml
target: thumbv7em.main-none-eabihf
image: default

release-stuff:
if: startsWith(github.ref, 'refs/branch/testing')
uses: ./.github/workflows/release.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
do-build:
uses: fart
uses: ${{ inputs.workflow }}
with:
os: ubuntu-latest

Expand Down

0 comments on commit 05df7b1

Please sign in to comment.