Skip to content

Commit

Permalink
added on-demand builds, removed extra build platform configurations f…
Browse files Browse the repository at this point in the history
…or tshock
  • Loading branch information
ryansheehan committed Nov 8, 2022
1 parent ab8aa8d commit 7919703
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- mobile-*
workflow_dispatch:

jobs:
build-mobile:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-tshock.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build TShock

on:
on:
push:
tags:
- tshock-*
workflow_dispatch:

jobs:
build-tshock:
Expand All @@ -30,7 +31,7 @@ jobs:
with:
context: ./tshock
file: tshock/Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
platforms: linux/amd64
push: true
tags: |
ryshe/terraria:latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-vanilla.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build Vanilla

on:
on:
push:
tags:
- vanilla-*
workflow_dispatch:

jobs:
build-vanilla:
Expand Down

0 comments on commit 7919703

Please sign in to comment.