Skip to content

Commit

Permalink
Merge pull request #30 from gatling/graalvm
Browse files Browse the repository at this point in the history
fix packer plugin init
  • Loading branch information
ericmolle authored Jun 12, 2024
2 parents 82e054c + fa7eae2 commit 57d7877
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/aws-x86-graal22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_SELLER }}
aws-region: eu-west-3


- name: Build image from template
run: cd packer; packer init


- name: Build image from template
run: ./build-aws-x86-graal.sh --java-major 22 --copy-regions true --profile default --latest false

0 comments on commit 57d7877

Please sign in to comment.