Skip to content

Commit

Permalink
Merge pull request #249 from flatcar-linux/sayan/enable-arm64-usr-beta
Browse files Browse the repository at this point in the history
plume: Enable the ARM64 board for Beta channel
  • Loading branch information
sayanchowdhury authored Nov 8, 2021
2 parents 07017af + b8c84ab commit 6336d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added
- kola: add raid0 tests for root and data devices ([#36](https://github.com/flatcar-linux/mantle/pull/36))
- kola: Update the EM options to use sv15 region, c3.small plan ([#248](https://github.com/flatcar-linux/mantle/pull/248))
- plume: Enable arm64 board uploads for the Beta channel ([#249](https://github.com/flatcar-linux/mantle/pull/249))

### Changed
- `lsblk --json` output handling ([#244](https://github.com/flatcar-linux/mantle/pull/244))
Expand Down
2 changes: 1 addition & 1 deletion cmd/plume/containerlinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var (
"beta": channelSpec{
BaseURL: "gs://flatcar-jenkins/beta/boards",
BasePrivateURL: "gs://flatcar-jenkins-private/beta/boards",
Boards: []string{"amd64-usr"},
Boards: []string{"amd64-usr", "arm64-usr"},
Destinations: []storageSpec{},
GCE: newGceSpec("beta", beta_desc),
Azure: newAzureSpec(azureEnvironments, "publish", "Flatcar Beta", "", beta_desc),
Expand Down

0 comments on commit 6336d5f

Please sign in to comment.