Skip to content

Commit

Permalink
Update build-docker-images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Sep 22, 2023
1 parent 2b5c118 commit 13c0c43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- {TAG_NAME: "cryptography-runner-alpine:aarch64", DOCKERFILE_PATH: "runners/alpine", RUNNER: [self-hosted, Linux, ARM64]}

- {TAG_NAME: "cryptography-runner-ubuntu-jammy:arm32", DOCKERFILE_PATH: "runners/ubuntu", BUILD_ARGS: "--platform=linux/arm/v7 --build-arg RELEASE=jammy", RUNNER: [self-hosted, Linux, ARM64]}
- {TAG_NAME: "cryptography-runner-alpine:arm32", DOCKERFILE_PATH: "runners/alpine", BUILD_ARGS: "--platform=linux/arm/v7", RUNNER: [self-hosted, Linux, ARM64]}

name: "${{ matrix.IMAGE.TAG_NAME }}"
steps:
Expand Down

0 comments on commit 13c0c43

Please sign in to comment.