Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 20, 2024
1 parent a5ed137 commit db0388b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/openssl3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
platform:
- linux/amd64
- linux/arm64
build-args:
- |
MAKE_DEFINES=-j 18
- |
MAKE_DEFINES=-j 18
LIBOQS_TAG=main
OQSPROVIDER_TAG=main
build:
- name: release
build-args: |
MAKE_DEFINES=-j 18
- name: latest
build-args: |
MAKE_DEFINES=-j 18
LIBOQS_TAG=main
OQSPROVIDER_TAG=main
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v3
Expand All @@ -42,7 +44,7 @@ jobs:
context: openssl3
platforms: ${{ matrix.platform }}
build-args: |
${{ matrix.build-args }}
${{ matrix.build.build-args }}
tags: oqs-ossl3-img

- name: Spot-test - One baseline and one hybrid QSC alg
Expand Down

0 comments on commit db0388b

Please sign in to comment.