Skip to content

Commit

Permalink
feat: attempt arm builds again
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 14, 2024
1 parent 02b95ed commit 56561ee
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 107 deletions.
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": ""
}
},
"version": "8a1e8bd51ff300716cc13c448235d5d4711f429b",
"sum": "1ElM0v2Zw1lq9LjNFJAQiGBn/3y3MPas+bIfGrpQ2zQ="
"version": "6582474ca4ca750f4f779863d31a3c4e733082fd",
"sum": "rH3t3Ckc5CFz5+oGHj7dB8d/JtBHVMMXT0RtLsC2Mmo="
}
],
"legacyImports": false
Expand Down
1 change: 1 addition & 0 deletions .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ local build = lokiRelease.build;
skipValidation=true,
versioningStrategy='always-bump-patch',
imagePrefix='grafana',
skipArm=false,
// TODO: remove temp PR branch
branches=['release-[0-9].[0-9].x', 'fix-action-names-in-main'],
), false, false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/vendor/github.com/grafana/loki-release/main.jsonnet

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
- name: "install tar"
run: |
apt update
apt install -qy tar xz-utils
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
IMAGE_TAG: "${{ needs.version.outputs.version }}"
SKIP_ARM: true
name: "build artifacts"
run: "make SKIP_ARM=true dist"
run: "make dist"
shell: "bash"
working-directory: "release"
- name: "upload build artifacts"
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
- name: "install tar"
run: |
apt update
apt install -qy tar xz-utils
Expand Down Expand Up @@ -824,7 +824,7 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
- name: "install tar"
run: |
apt update
apt install -qy tar xz-utils
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
- name: "install tar"
run: |
apt update
apt install -qy tar xz-utils
Expand Down Expand Up @@ -157,9 +157,9 @@ jobs:
- env:
BUILD_IN_CONTAINER: false
IMAGE_TAG: "${{ needs.version.outputs.version }}"
SKIP_ARM: true
SKIP_ARM: false
name: "build artifacts"
run: "make SKIP_ARM=true dist"
run: "make dist"
shell: "bash"
working-directory: "release"
- name: "upload build artifacts"
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
- name: "install tar"
run: |
apt update
apt install -qy tar xz-utils
Expand Down Expand Up @@ -824,7 +824,7 @@ jobs:
with:
path: "lib"
repository: "grafana/loki-release"
- name: "install dependencies"
- name: "install tar"
run: |
apt update
apt install -qy tar xz-utils
Expand Down

0 comments on commit 56561ee

Please sign in to comment.