Skip to content

Commit

Permalink
fix: use platform for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
bernot-dev committed Nov 7, 2024
1 parent 22ba6e6 commit e9e06dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM google-go.pkg.dev/golang:1.23.2@sha256:335533a0cbaa2e5b0dc038ac7023418ac68c3bb22b8828fc354088bb0340019b AS buildbase
FROM --platform=$BUILDPLATFORM google-go.pkg.dev/golang:1.23.2@sha256:335533a0cbaa2e5b0dc038ac7023418ac68c3bb22b8828fc354088bb0340019b AS buildbase

# Compile the UI assets.
FROM gcr.io/google-appengine/nodejs AS assets
Expand Down

0 comments on commit e9e06dd

Please sign in to comment.