Skip to content

Commit

Permalink
Reverted GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstdevreedeKNMI committed Feb 3, 2025
1 parent eeee339 commit fe8aa39
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,16 @@ jobs:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
docker-build-and-publish:
strategy:
matrix:
include:
- platform: linux/amd64
runner: ubuntu-latest
- platform: linux/arm64
runner: ubuntu-22.04-arm

name: Build Docker image and potentially push to Docker Hub
runs-on: ${{ matrix.runner }}
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4

# - name: Set up QEMU
#uses: docker/setup-qemu-action@v3
#with:
#platforms: 'arm64'
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit fe8aa39

Please sign in to comment.