update ci to alpine image
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
c0f29236c8
commit
6dadc8415b
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user