diff --git a/.github/workflows/aws-arm-java-latest.yml b/.github/workflows/aws-arm-java-latest.yml index 8d61494..2f81ed2 100644 --- a/.github/workflows/aws-arm-java-latest.yml +++ b/.github/workflows/aws-arm-java-latest.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1 diff --git a/.github/workflows/aws-arm-java17.yml b/.github/workflows/aws-arm-java17.yml index f1eba9b..8901d3f 100644 --- a/.github/workflows/aws-arm-java17.yml +++ b/.github/workflows/aws-arm-java17.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1 diff --git a/.github/workflows/aws-arm-java19.yml b/.github/workflows/aws-arm-java19.yml deleted file mode 100644 index 1c3c2e4..0000000 --- a/.github/workflows/aws-arm-java19.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: AWS arm java 19 -on: - workflow_dispatch: - -permissions: - id-token: write - contents: read - -defaults: - run: - shell: bash - -jobs: - build: - runs-on: ubuntu-latest - timeout-minutes: 60 - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - - name: Setup Ansible and JMESPath - uses: BSFishy/pip-action@v1 - with: - packages: | - ansible==4.8.0 - jmespath - - - name: Setup Packer - uses: hashicorp-contrib/setup-packer@v1 - with: - packer-version: '1.7.8' - - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - role-to-assume: ${{ secrets.AWS_ROLE_SELLER }} - aws-region: eu-west-3 - - - name: Build image from template - run: ./build-aws-arm-zulu.sh --java-major 19 --copy-regions true --profile default --latest false diff --git a/.github/workflows/aws-arm-java21.yml b/.github/workflows/aws-arm-java21.yml index 8488dd9..bf10533 100644 --- a/.github/workflows/aws-arm-java21.yml +++ b/.github/workflows/aws-arm-java21.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1 diff --git a/.github/workflows/aws-x86-java-latest.yml b/.github/workflows/aws-x86-java-latest.yml index 7a8fcf2..e23a0c6 100644 --- a/.github/workflows/aws-x86-java-latest.yml +++ b/.github/workflows/aws-x86-java-latest.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1 diff --git a/.github/workflows/aws-x86-java11.yml b/.github/workflows/aws-x86-java11.yml index 31e1b02..d715f45 100644 --- a/.github/workflows/aws-x86-java11.yml +++ b/.github/workflows/aws-x86-java11.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1 diff --git a/.github/workflows/aws-x86-java17.yml b/.github/workflows/aws-x86-java17.yml index ba164a5..c93039d 100644 --- a/.github/workflows/aws-x86-java17.yml +++ b/.github/workflows/aws-x86-java17.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1 diff --git a/.github/workflows/aws-x86-java19.yml b/.github/workflows/aws-x86-java19.yml deleted file mode 100644 index 6086eec..0000000 --- a/.github/workflows/aws-x86-java19.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: AWS x86 java 19 -on: - workflow_dispatch: - -permissions: - id-token: write - contents: read - -defaults: - run: - shell: bash - -jobs: - build: - runs-on: ubuntu-latest - timeout-minutes: 60 - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - - name: Setup Ansible and JMESPath - uses: BSFishy/pip-action@v1 - with: - packages: | - ansible==4.8.0 - jmespath - - - name: Setup Packer - uses: hashicorp-contrib/setup-packer@v1 - with: - packer-version: '1.7.8' - - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 - with: - role-to-assume: ${{ secrets.AWS_ROLE_SELLER }} - aws-region: eu-west-3 - - - name: Build image from template - run: ./build-aws-x86-zulu.sh --java-major 19 --copy-regions true --profile default --latest false diff --git a/.github/workflows/aws-x86-java21.yml b/.github/workflows/aws-x86-java21.yml index 26527a2..2b8b310 100644 --- a/.github/workflows/aws-x86-java21.yml +++ b/.github/workflows/aws-x86-java21.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.11.5' - name: Setup Ansible and JMESPath uses: BSFishy/pip-action@v1