Skip to content

Commit

Permalink
Merge pull request #194 from firedancer-io/2.1.6-fc
Browse files Browse the repository at this point in the history
2.1.6 changes
  • Loading branch information
kbhargava-jump authored Dec 19, 2024
2 parents c39d735 + 5364c8d commit f114275
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Build, check, test, release"
on:
push:
branches:
- 'agave-v2.1.3'
- 'agave-v2.1.6'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types:
- completed
branches:
- agave-v2.1.3
- agave-v2.1.6
jobs:
kick_solfuzz_ci:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions docker
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

docker build --platform=linux/amd64 -t agave-v2.1.3-patches .
docker run -it -v $DIR:/app -w /app agave-v2.1.3-patches
docker build --platform=linux/amd64 -t agave-v2.1.6-patches .
docker run -it -v $DIR:/app -w /app agave-v2.1.6-patches

0 comments on commit f114275

Please sign in to comment.