Skip to content

Commit

Permalink
refactor(ci): prioritize 64-bits builds when releasing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Aug 8, 2022
1 parent 1a597af commit 019a673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stages:
variables:
GITHUB_REPO: enix/$CI_PROJECT_NAME
PLATFORMS: linux/amd64,linux/arm64
STANDALONE_PLATFORMS: linux/386,linux/arm,linux/arm64,linux/amd64,windows/386,windows/amd64,darwin/amd64,freebsd/amd64,openbsd/amd64,solaris/amd64
STANDALONE_PLATFORMS: linux/amd64,linux/arm64,darwin/amd64,freebsd/amd64,openbsd/amd64,solaris/amd64,windows/amd64,linux/arm,linux/386,windows/386
CACHE_TAG: $CI_REGISTRY_IMAGE:cache
IMAGE_TAG_LATEST: $CI_REGISTRY_IMAGE:latest

Expand Down

0 comments on commit 019a673

Please sign in to comment.