Compare commits
12 Commits
ci/make-ch
...
0e083af22c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e083af22c | |||
|
|
8fbe95a834 | ||
|
|
88a7235c50 | ||
|
|
e4deaf41cc | ||
|
|
31b09ea8b0 | ||
|
|
f8e8eec43d | ||
|
|
9be6e2a4eb | ||
|
|
1109fa6ed9 | ||
|
|
b80936cade | ||
| eb8ed52f4c | |||
|
|
bbfbf43bc2 | ||
|
|
c0b1302a4e |
@@ -27,7 +27,7 @@ RUN go mod download
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN make test
|
RUN make test
|
||||||
RUN make build
|
RUN CGO_ENABLED=1 go build -v -ldflags "-X 'git.eeqj.de/sneak/secret/internal/cli.Version=0.1.0' -X 'git.eeqj.de/sneak/secret/internal/cli.GitCommit=$(git rev-parse HEAD)'" -o secret cmd/secret/main.go
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
# alpine 3.23 (2026-03-10)
|
# alpine 3.23 (2026-03-10)
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
//go:build darwin
|
|
||||||
|
|
||||||
#ifndef SECURE_ENCLAVE_H
|
#ifndef SECURE_ENCLAVE_H
|
||||||
#define SECURE_ENCLAVE_H
|
#define SECURE_ENCLAVE_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
//go:build darwin
|
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import <Security/Security.h>
|
#import <Security/Security.h>
|
||||||
#include "secure_enclave.h"
|
#include "secure_enclave.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user