Skip to content

Commit 0296f1d

Browse files
committed
update docker build to output only arm64 build
1 parent dadc2fa commit 0296f1d

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ jobs:
279279
tags: ${{ steps.meta.outputs.tags }}
280280
labels: ${{ steps.meta.outputs.labels }}
281281
platforms: linux/arm64
282+
outputs: type=image
282283
build-args: |
283284
SOURCE=${{ env.SOURCE }}
284285
DIST_PATH=${{ env.DIST_PATH || '' }}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.13.1]
88

99
### Added
1010
### Changed
11+
- Update docker build output to type image
1112
### Deprecated
1213
### Removed
1314
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "podaac-tig"
3-
version = "0.13.0"
3+
version = "0.13.1a0"
44
description = "Tool for Image Generation (TIG)"
55
authors = ["podaac-tva <podaac-tva@jpl.nasa.gov>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)