Skip to content
Snippets Groups Projects
Commit ccf42372 authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

Artifacts (#190)

- removing the builds for windows/linux i386
parent 4ad8e68c
Branches
No related tags found
No related merge requests found
...@@ -16,9 +16,7 @@ script: ...@@ -16,9 +16,7 @@ script:
- make test - make test
- if ([[ ${TRAVIS_BRANCH} == "master" ]] && [[ ${TRAVIS_EVENT_TYPE} == "push" ]]) || [[ -n ${TRAVIS_TAG} ]]; then - if ([[ ${TRAVIS_BRANCH} == "master" ]] && [[ ${TRAVIS_EVENT_TYPE} == "push" ]]) || [[ -n ${TRAVIS_TAG} ]]; then
NAME=GOOS=windows GOARCH=amd64 godep go build -o bin/keycloak-proxy-windows-amd64.exe; NAME=GOOS=windows GOARCH=amd64 godep go build -o bin/keycloak-proxy-windows-amd64.exe;
NAME=GOOS=windows GOARCH=386 godep go build -o bin/keycloak-proxy-windows-i386.exe;
NAME=GOOS=linux GOARCH=amd64 godep go build -o bin/keycloak-proxy-linux-amd64; NAME=GOOS=linux GOARCH=amd64 godep go build -o bin/keycloak-proxy-linux-amd64;
NAME=GOOS=linux GOARCH=386 godep go build -o bin/keycloak-proxy-linux-i386;
docker login -u ${REGISTRY_USERNAME} -p ${REGISTRY_TOKEN} -e ${AUTHOR_EMAIL} ${REGISTRY}; docker login -u ${REGISTRY_USERNAME} -p ${REGISTRY_TOKEN} -e ${AUTHOR_EMAIL} ${REGISTRY};
VERSION=${TRAVIS_TAG:-latest} make docker-release; VERSION=${TRAVIS_TAG:-latest} make docker-release;
fi fi
...@@ -32,6 +30,4 @@ deploy: ...@@ -32,6 +30,4 @@ deploy:
secure: "${GITHUB_TOKEN}" secure: "${GITHUB_TOKEN}"
file: file:
- bin/keycloak-proxy-windows-amd64.exe - bin/keycloak-proxy-windows-amd64.exe
- bin/keycloak-proxy-windows-i386.exe
- bin/keycloak-proxy-linux-amd64 - bin/keycloak-proxy-linux-amd64
- bin/keycloak-proxy-linux-i386
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment