0.1.0-rc.1 #60

Merged
Jef Roosens merged 124 commits from dev into main 2022-01-31 23:53:46 +01:00
Showing only changes of commit 2b2f3987d7 - Show all commits

View file

@ -3,8 +3,6 @@ matrix:
- linux/amd64
- linux/arm64
- linux/arm/v7
when:
event: push
# These checks already get performed on the feature branches
platform: ${PLATFORM}
@ -33,6 +31,8 @@ pipeline:
# This removes so much, it's amazing
- strip -s pvieter
- du -h pvieter
when:
event: push
upload:
image: 'alpine:latest'
@ -59,3 +59,5 @@ pipeline:
-H "Content-Type: $CONTENT_TYPE"
-H "Authorization: AWS $S3_USERNAME:$SIGNATURE"
https://$URL$OBJ_PATH
when:
event: push