We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb6560 commit c006d92Copy full SHA for c006d92
.github/workflows/build.yml
@@ -32,3 +32,16 @@ jobs:
32
build-args: ARCH=${{ matrix.arch }}
33
tags: openquantumsafe/ci-ubuntu-${{ matrix.distro }}:latest-${{ matrix.arch }}
34
context: ubuntu-${{ matrix.distro }}
35
+
36
+ alpine-amd64:
37
+ runs-on: ubuntu-latest
38
+ steps:
39
+ - name: Checkout code
40
+ uses: actions/checkout@v4
41
+ - name: Build image
42
+ uses: docker/build-push-action@v6
43
+ with:
44
+ push: false
45
+ build-args: ARCH=amd64
46
+ tags: openquantumsafe/ci-alpine-amd64:latest
47
+ context: alpine
0 commit comments