Skip to content

Commit

Permalink
amd64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
davenicoll committed Jan 23, 2024
1 parent 8d4b65e commit e480da7
Showing 1 changed file with 0 additions and 152 deletions.
152 changes: 0 additions & 152 deletions .github/workflows/docker-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,155 +368,3 @@ jobs:
--platform linux/${{ matrix.arch.id }} \
ghcr.io/slalombuild/pe-toolkit-${{ matrix.type.name }}-${{ matrix.distro.id }}-${{ matrix.arch.id }}:${{ env.IMAGE_TAG }} \
/bin/sh -c 'figlet terraform && terraform version && figlet atmos && atmos version && figlet tflint && tflint --version && figlet tfsec && tfsec --version && figlet opa && opa version'
# test-standard-alpine-amd64:
# name: Test standard-alpine-amd64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-standard-alpine-amd64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: standard-alpine-amd64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-standard-alpine-arm64:
# name: Test standard-alpine-arm64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-standard-alpine-arm64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: standard-alpine-arm64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-full-alpine-amd64:
# name: Test full-alpine-amd64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-full-alpine-amd64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: full-alpine-amd64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-full-alpine-arm64:
# name: Test full-alpine-arm64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-full-alpine-arm64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: full-alpine-arm64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-standard-ubuntu-amd64:
# name: Test standard-ubuntu-amd64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-standard-ubuntu-amd64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: standard-ubuntu-amd64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-standard-ubuntu-arm64:
# name: Test standard-ubuntu-arm64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-standard-ubuntu-arm64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: standard-ubuntu-arm64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-full-ubuntu-amd64:
# name: Test full-ubuntu-amd64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-full-ubuntu-amd64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: full-ubuntu-amd64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

# test-full-ubuntu-arm64:
# name: Test full-ubuntu-arm64
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/slalombuild/pe-toolkit-full-ubuntu-arm64:1.0.${{ github.run_number }}
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# needs: full-ubuntu-arm64
# if: ${{ success() }}
# steps:
# - name: Run each tool
# run: |
# figlet terraform && terraform version
# figlet atmos && atmos version
# figlet tflint && tflint --version
# figlet tfsec && tfsec --version
# figlet opa && opa version

0 comments on commit e480da7

Please sign in to comment.