update ci to alpine image
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Emil Lerch 2022-01-20 07:51:58 -08:00
parent c0f29236c8
commit 6dadc8415b
Signed by: lobo
GPG Key ID: A7B62D657EF764F8
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@ name: default
steps: steps:
- name: make - name: make
image: r.lerch.org/aws-zig-build:1 image: alpine/3.15.0
environment: environment:
USERNAME: USERNAME:
from_secret: docker_username from_secret: docker_username
@ -15,7 +15,6 @@ steps:
commands: commands:
- wget https://ziglang.org/download/0.9.0/zig-linux-x86_64-0.9.0.tar.xz - wget https://ziglang.org/download/0.9.0/zig-linux-x86_64-0.9.0.tar.xz
- tar x -C /usr/local -f zig-linux-x86_64-0.9.0.tar.xz - tar x -C /usr/local -f zig-linux-x86_64-0.9.0.tar.xz
- rm /usr/local/bin/zig
- ln -s /usr/local/zig-linux-x86_64-0.9.0/zig /usr/local/bin/zig - ln -s /usr/local/zig-linux-x86_64-0.9.0/zig /usr/local/bin/zig
- apk add git - apk add git
- (cd codegen && zig build test) - (cd codegen && zig build test)

View File

@ -50,7 +50,6 @@ Only environment variable based credentials can be used at the moment.
TODO List: TODO List:
* Move to new Docker image for CI/CD
* Add STS key support * Add STS key support
* Implement credentials provider * Implement credentials provider
* Implement jitter/exponential backoff * Implement jitter/exponential backoff